Description Usage Arguments Value Examples
View source: R/get_info_companies.R
This functino will read the zip files and get information about available companies.
1 2 3 | get_info_companies(years = 2009:2018, type_data = "yearly",
type_form = "10-K", do_cache = TRUE,
cache_folder = "GetEdgarData-cache")
|
years |
Years to find data |
type_data |
Type of dataset ('yearly' or 'quarterly') |
type_form |
The type of SEC form ('10-k' or '10-Q') |
do_cache |
Use memoise cache system? TRUE (default) or FALSE |
cache_folder |
Path of cache folder to save all memoise files and downloaded zip files |
A dataframe with information about companies
1 2 3 4 | ## Not run:
df_info <- get_info_companies()
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.