mc_info_logger {myClim}R 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:

Examples

mc_info_logger(mc_data_example_raw)

[Package myClim version 1.1.0 Index]