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.
An fhx object, as returned by fhx().
write_fhx() write an fhx object to a file.
fhx() create an fhx object.
as_fhx() cast data frame or similar object to an fhx object.
if (FALSE) {
d <- read_fhx("afile.fhx")
}