gdfpd.get.bovespa.data {GetDFPData} | R Documentation |
Given a CVM code, this function scrapes information from the company page.
gdfpd.get.bovespa.data(my.id)
my.id |
A CVM id |
A list with several dataframes
## Not run: # keep cran check fast
l.info.PETR <- gdfpd.get.dovespa.data(my.id = 9512)
str(l.info.PETR)
## End(Not run)