mc_info_logger: Get loggers info table

View source: R/info.R

mc_info_loggerR Documentation

Get loggers info table

Description

This function returns a data.frame with information about loggers.

Usage

mc_info_logger(data)

Arguments

data

myClim object in Raw-format. see myClim-package

Details

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.

Value

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

Examples

mc_info_logger(mc_data_example_raw)

myClim documentation built on Oct. 21, 2024, 5:07 p.m.