Learn R Programming

GetDFPData (version 1.5.3)

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

Description

Reads FWF file from bovespa (internal)

Usage

gdfpd.read.fwf.file(my.f, flag.thousands)

Arguments

my.f

File to be read

flag.thousands

A flag for thousands values

Value

A dataframe with data

Examples

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

df.assets <- gdfpd.read.fwf.file(my.f, flag.thousands = FALSE)
# }

Run the code above in your browser using DataLab