d_inventory {htsr}R Documentation

Inventory of an htsr data base

Description

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.

Usage

d_inventory(fsq, sta_sen = NA, form.out = NA)

Arguments

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,)

Details

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.

Value

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.

Author(s)

P. Chevallier - Jan 2019 - Nov 2020

See Also

ds_inventory


[Package htsr version 1.2.0 Index]