powered by
fhx
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.
Character string. If fname is not provided and text is, then data is read from text using a text connection.
fname
text
An fhx object.
# NOT RUN { d <- read_fhx('afile.fhx') # } # NOT RUN { # }
Run the code above in your browser using DataLab