Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incomplete return of parse_filing #26

Open
snvv opened this issue Jul 4, 2022 · 0 comments
Open

Incomplete return of parse_filing #26

snvv opened this issue Jul 4, 2022 · 0 comments

Comments

@snvv
Copy link

snvv commented Jul 4, 2022

Hello
I have find many url that does not return part.name and item.name

Below is a minimal example to reproduce the problem

library(edgarWebR)
filing_doc = "https://www.sec.gov/Archives/edgar/data/1560385/000155837019010666/lmca-20190930x10q1a7cb4.htm"
doc <- parse_filing(filing_doc, include.raw = TRUE)
doc$part.name
doc$item.name

Thank you
snvv

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant