powered by
Reads a single zip file downloaded from Bovespa
gdfpd.read.dfp.zip.file(my.zip.file, folder.to.unzip = tempdir(), id.type)
Full path to zip file
Folder to unzip files (default = tempdir())
The type of file structure ('after 2011' or 'before 2011')
A list with several dataframes containing financial statements
# NOT RUN { my.f <- system.file('extdata/9512_PETR_2002-12-31.zip', package = 'GetDFPData') #my.l <- gdfpd.read.dfp.zip.file(my.f, id.type = 'before 2011') #print(my.l) # }
Run the code above in your browser using DataLab