mc_info: Get sensors info table

View source: R/info.R

mc_infoR Documentation

Get sensors info table

Description

This function return data.frame with info about sensors

Usage

mc_info(data)

Arguments

data

myClim object see myClim-package

Value

data.frame with columns:

  • locality_id - when provided by user then locality ID, when not provided identical with serial number

  • serial_number - serial number of logger when provided or automatically detected from file name or header

  • sensor_id - original sensor id (e.g.,"GDD", "HOBO_T" ,"TMS_T1", "TMS_T2")

  • sensor_name - original sensor id if not modified, if renamed then new name (e.g.,"GDD5", "HOBO_T_mean" ,"TMS_T1_max", "my_sensor01")

  • start_date - the oldest record on the sensor

  • end_date - the newest record on the sensor

  • step_seconds - time step of records series (seconds)

  • period - time step of records series (text)

  • min_value - minimal recorded values

  • max_value - maximal recorded value

  • count_values - number of non NA records

  • count_na - number of NA records

Examples

mc_info(mc_data_example_agg)

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