powered by
fhx
Write an fhx object to a new FHX2 file
write_fhx(x, fname = "")
An fhx object.
Output filename.
write.csv() to write a CSV file. Also works on fhx objects.
write.csv()
read_fhx() to read an FHX2 file.
read_fhx()
# NOT RUN { data(lgr2) write_fhx(lgr2, "afile.fhx") # } # NOT RUN { # }
Run the code above in your browser using DataLab