Description Usage Arguments Value Examples
View source: R/get_info_companies.R
Reads and caches SIC codes from SEC (<https://www.sec.gov/info/edgar/siccodes.htm>)
1 | get_sic_codes(cache_folder)
|
cache_folder |
Path of cache folder to save all memoise files and downloaded zip files |
A dataframe with sic codes
1 2 3 4 | ## Not run:
df_sic <- get_sic_codes(cache_folder = tempdir())
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.