Learn R Programming

myClim (version 1.4.0)

mc_info_logger: Get loggers info table

Description

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

Usage

mc_info_logger(data)

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.

  • logger_name - Logger name.

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

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.

Examples

Run this code
mc_info_logger(mc_data_example_raw)

Run the code above in your browser using DataLab