Learn R Programming

GetITRData (version 0.7)

gitrd.read.fwf.file: Reads FWF file from bovespa (internal)

Description

Reads FWF file from bovespa (internal)

Usage

gitrd.read.fwf.file(my.f, type.fin.report)

Arguments

my.f

File to be read

type.fin.report

Peridodicy of fin data ('itr' - quarterly or 'dfp' - annual)

Value

A dataframe with data

Examples

Run this code
# NOT RUN {
my.f <- system.file('extdata/ITRBPAE.001', package = 'GetITRData')

df.assets <- gitrd.read.fwf.file(my.f, type.fin.report = 'itr')
# }

Run the code above in your browser using DataLab