gdfpd.read.dfp.zip.file {GetDFPData} | R Documentation |
Reads a single zip file downloaded from Bovespa
Description
Reads a single zip file downloaded from Bovespa
Usage
gdfpd.read.dfp.zip.file(my.zip.file, folder.to.unzip = tempdir(), id.type)
Arguments
my.zip.file |
Full path to zip file |
folder.to.unzip |
Folder to unzip files (default = tempdir()) |
id.type |
The type of file structure ('after 2011' or 'before 2011') |
Value
A list with several dataframes containing financial statements
Examples
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)
[Package GetDFPData version 1.6 Index]