| read_fhx | R Documentation |
Read FHX2 file and return an 'fhx“ object
read_fhx(fname, encoding, text)
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 |
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.
## Not run:
d <- read_fhx("afile.fhx")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.