mc_info_states {myClim}R Documentation

Get states (tags) info table

Description

This function return data.frame with information about sensor states (tags) see myClim-package

Usage

mc_info_states(data)

Arguments

data

myClim object see myClim-package

Details

This function is useful not only for inspecting actual states (tags) but also as a template for manually manipulating states (tags) in a table editor such as Excel. The output of mc_info_states() can be saved as a table, adjusted outside R (adding/removing/modifying rows), and then read back into R to be used as input for mc_states_insert or mc_states_update.

Value

data.frame with columns:

Examples

mc_info_states(mc_data_example_raw)

[Package myClim version 1.4.0 Index]