gdfpd.read.dfp.zip.file: Reads a single zip file downloaded from Bovespa

Description Usage Arguments Value Examples

View source: R/gdfpd_read_dfp_zip_file.R

Description

Reads a single zip file downloaded from Bovespa

Usage

1
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

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

GetDFPData documentation built on April 1, 2021, 5:07 p.m.