We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello
I have find many url that does not return part.name and item.name
Below is a minimal example to reproduce the problem
Thank you
snvv
The text was updated successfully, but these errors were encountered: