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