get_info_companies: Returns a up to date table with information about B3...

Description Usage Arguments Value Examples

View source: R/fct_get_info_companies.R

Description

Imports a dataset from cvm <http://sistemas.cvm.gov.br/cadastro/SPW_CIA_ABERTA.ZIP>, containing up to date information about companies, active or not.

Usage

1
get_info_companies(cache_folder = "gcvmd_cache")

Arguments

cache_folder

Path of cache folder to keep memoise and zip files

Value

A dataframe with several information about B3 companies

Examples

1
2
3
4
5
## Not run:  # keep cran check fast
df_info <- get_info_companies()
str(df_info)

## End(Not run)

msperlin/GetCVMData documentation built on Aug. 4, 2020, 1:19 a.m.