powered by
Reads a single FCA zip file downloaded from Bovespa
gdfpd.read.fca.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/FCA_9512_PETR_2015-12-31.zip', package = 'GetDFPData') my.l <- gdfpd.read.fca.zip.file(my.f) print(my.l) # }
Run the code above in your browser using DataLab