powered by
Reads a single zip file downloaded from Bovespa
gitrd.read.fre.zip.file(my.zip.file, folder.to.unzip = tempdir(), l.other.info)
Full path to zip file
Folder to unzip files (default = tempdir())
Other information as a list
A list with several dataframes containing financial statements
# NOT RUN { my.f <- system.file('extdata/434_ARAC_2008-09-30.zip', package = 'GetITRData') my.l <- gitrd.read.zip.file(my.f, id.type = 'before 2011', type.fin.report = 'itr') print(my.l) # }
Run the code above in your browser using DataLab