| write_fhx | R Documentation |
fhx object to a new FHX2 fileWrite an fhx object to a new FHX2 file
write_fhx(x, fname = "")
x |
An |
fname |
Output filename. |
write.csv() to write a CSV file. Also works on fhx objects.
read_fhx() to read an FHX2 file.
## Not run: data(lgr2) write_fhx(lgr2, "afile.fhx") ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.