read_fhx {burnr}R Documentation

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 default in R.

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, as returned by fhx().

See Also

Examples

## Not run: 
d <- read_fhx("afile.fhx")

## End(Not run)


[Package burnr version 0.6.1 Index]