mc_info_logger | R Documentation |
This function returns a data.frame with information about loggers.
mc_info_logger(data)
data |
myClim object in Raw-format. see myClim-package |
This function is designed to work only with
myClim objects in Raw-format, where the loggers are organized at localities.
In Agg-format, myClim objects do not support loggers; sensors are directly connected to the locality.
See myClim-package. mc_info_logger
does not work in Agg-format.
A data.frame with the following columns:
locality_id - If provided by the user, it represents the locality ID; if not provided, it is identical to the logger's serial number.
index - Logger index at the locality.
serial_number - Serial number of the logger, either provided by the user or automatically detected from the file name or header.
logger_type - Logger type.
start_date - The oldest record on the logger.
end_date - The newest record on the logger.
step_seconds - Time step of the record series (in seconds).
mc_info_logger(mc_data_example_raw)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.