d_inventory {htsr} | R Documentation |
The function produces an inventory of the stations and of sensors of an htsr data base.
If only a display is needed, the function ds_inventory
is more convenient.
d_inventory(fsq, sta_sen = NA, form.out = NA)
fsq |
Data base file |
sta_sen |
Station_id, with its list of sensors |
form.out |
Display option: NA (console, default) or excel (xlsx) or text (csv; ou csv,) |
If sta_sen is NA (default), all stations and sensors are processed. If sta_sen is a Station_id, only the sensors of this station are processed.
- form.out can take the following values : NA, "csv," text file with '.' as decimal separator and ',' as field separator / "csv;" text file with ',' as decimal separator and ';' as field separator / "xlsx" Excel file.
Two tables with the inventory of stations and sensors of a data base. If the output format is an excel file, they are displayed in two sheets of the same excel file.
P. Chevallier - Jan 2019 - Nov 2020