| f_convert | R Documentation | 
Converter in formats hts, xls, xlsx and text (csv et csv2)
f_convert(file, form_start = "hts", form_end = "xlsx")
| file | Hts file | 
| form_start | Initial format ("hts" (default) or "xls" or "xlsx") | 
| form_end | Final format ("hts" or "xls" or "xlsx" (default) or "csv" (separator , & decimal .) or "csv2" (separator ; and decimal ,) | 
'form_start' = csv or csv2 is for instance not accepted. It could be converted previously in xls or xlsx format.
A file in the requested format with 4 columns: Date, Value, Station, Sensor
P. Chevallier - October 2017 - May 2022
## Not run: 
f_convert(file,  "xlsx", "hts")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.