cran / edgar

:exclamation: This is a read-only mirror of the CRAN R package repository. edgar — Tool for the U.S. SEC EDGAR Retrieval and Parsing of Corporate Filings
10 stars 11 forks source link

Error: getFilingHeader #2

Open vrrusinova opened 5 years ago

vrrusinova commented 5 years ago

main.output function not found.

Looks like a function call instead of an indexing on line 377 in function getFilingHeader.

willandel commented 5 years ago

Same issue:

r in main.output(header.df$filer.cik) : could not find function "main.output"

willandel commented 5 years ago

Looks like it should be

main.output$filer.cik <- as.numeric(as.character(main.output$filer.cik))

instead of

main.output$filer.cik <- as.numeric(main.output(header.df$filer.cik))