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

Description Usage Arguments Value Examples

View source: R/gdfpd_read_fre_zip_file.R

Description

Reads a single FRE zip file downloaded from Bovespa

Usage

1
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

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

msperlin/GetDFPData documentation built on April 6, 2021, 4:52 a.m.