search_company {GetDFPData2} | R Documentation |
Helps users search for a company
search_company(char_to_search, cache_folder = "gdfpd2_cache")
char_to_search |
Character for partial matching |
cache_folder |
Path of cache folder to keep memoise and zip files |
A dataframe with information about available companies in the CVM database
## Not run: # dontrun: keep cran check fast
df <- search_company('petrobras')
## End(Not run)