Learn R Programming

myClim (version 1.4.0)

mc_info: Get sensors info table

Description

This function return data.frame with info about sensors

Usage

mc_info(data)

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

Arguments

data

myClim object see myClim-package

Examples

Run this code
mc_info(mc_data_example_agg)

Run the code above in your browser using DataLab