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 |
Value
An fhx
object, as returned by fhx()
.
See Also
-
write_fhx()
write anfhx
object to a file. -
fhx()
create anfhx
object. -
as_fhx()
cast data frame or similar object to anfhx
object.
Examples
## Not run:
d <- read_fhx("afile.fhx")
## End(Not run)
[Package burnr version 0.6.1 Index]