Learn R Programming

burnr (version 0.4.0)

read_fhx: Read FHX2 file and return an fhx object.

Description

Read FHX2 file and return an fhx object.

Usage

read_fhx(fname, encoding, text)

Arguments

fname

Name of target FHX file. Needs to be in format version 2.

encoding

Encoding to use when reading the FHX file. The default is to use the system.

text

Character string. If fname is not provided and text is, then data is read from text using a text connection.

Value

An fhx object.

Examples

Run this code
# NOT RUN {
d <- read_fhx('afile.fhx')
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab