get_info_companies {GetDFPData2} | R Documentation |
Imports a dataset from cvm <https://dados.cvm.gov.br/>, containing up to date information about companies, active or not.
get_info_companies(cache_folder = "gdfpd2_cache")
cache_folder |
Path of cache folder to keep memoise and zip files |
A dataframe with information about available companies in the database
## Not run: # keep cran check fast
df_info <- get_info_companies()
str(df_info)
## End(Not run)