Learn R Programming

burnr (version 0.2.0)

read_fhx: Read FHX2 file and return an

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')
## ---------------------------------------------

Run the code above in your browser using DataLab