powered by
Read FHX2 file and return an `fhx`` object
read_fhx(fname, encoding, text)
Name of target FHX file. Needs to be in format version 2.
Encoding to use when reading the FHX file. The default is to use the system default in R.
Character string. If fname is not provided and text is, then data is read from text using a text connection.
fname
An fhx object, as returned by fhx().
fhx
fhx()
write_fhx() write an fhx object to a file.
write_fhx()
fhx() create an fhx object.
as_fhx() cast data frame or similar object to an fhx object.
as_fhx()
# NOT RUN { d <- read_fhx("afile.fhx") # } # NOT RUN { # }
Run the code above in your browser using DataLab