sewardlee337/finreportr

Error in ExtractInfo(".companyName") %>% strsplit(" CIK") : could not find function "%>%"

Closed this issue · 6 comments

I keep getting this error when running:
CompanyInfo("GOOG")

Hello,

Could you check to see if you have the package dplyr and/or magrittr installed?

yes, they are both installed

Was dplyr loaded properly?

The error message indicates that the pipe operator was not recognized, so please confirm that the necessary packages that are needed to use the pipe operator are installed and loaded.

Thanks,
I had to load the dplyr,stats,base libraries before loading the finreportr library

Another 2 questions:

  1. I see that all searches are being done by Company Ticker.
    What is I wanted to do it by its CIK
  2. There are years missing, is this because SEC only provides xml from a certain year?
  3. This is only for 10-K filings, do you happen to have for 10-Q as well?
    Thanks!

To answer your questions:

  • Searches are currently only available by ticker
  • That's a reasonable assumption, but I can't say for sure without additional information. It is true that, for years farther in the past, you are more likely to not have financials in XBRL form.
  • Unfortunately, not at the moment, but possibly in a future release.