gitrd.read.fre.zip.file: Reads a single zip file downloaded from Bovespa

Description Usage Arguments Value Examples

View source: R/gitrd_read_fre_zip_file.R

Description

Reads a single zip file downloaded from Bovespa

Usage

1
2
gitrd.read.fre.zip.file(my.zip.file, folder.to.unzip = tempdir(),
  l.other.info)

Arguments

my.zip.file

Full path to zip file

folder.to.unzip

Folder to unzip files (default = tempdir())

l.other.info

Other information as a list

Value

A list with several dataframes containing financial statements

Examples

1
2
3
4
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)

GetITRData documentation built on March 18, 2018, 1:22 p.m.