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