f_change_id | R Documentation |
The function changes the station and/or the sensor id of a hts file. The new file is renamed with the new ids and a prefix n_: nw_<sensor.id>_<station.id>.hts, BUT the eventual prefixes or suffixes of the original name are not conserved. The original file is not removed.
f_change_id(file, sta = NA, sen = NA, overwrite = FALSE)
file |
file to proceed |
sta |
new station id (default: NA) |
sen |
new sensor id (default: NA) |
overwrite |
TRUE / FALSE (default) if the output file exists |
P. Chevallier - Nov 2017-Jan 2019
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.