mc_prep_meta_sensor | R Documentation |
This function allows you to modify sensor metadata including sensor name. See mc_SensorMetadata
mc_prep_meta_sensor(
data,
values,
param_name,
localities = NULL,
logger_types = NULL
)
data |
myClim object see myClim-package |
values |
named list with metadata values; names of items are sensor_names e.g.
for changing sensor height use |
param_name |
name of the sensor metadata parameter you want to change;
You can change |
localities |
optional filter; vector of |
logger_types |
optional filter; vector of |
myClim object in the same format as input, with updated sensor metadata
data <- mc_prep_meta_sensor(mc_data_example_raw, list(TMS_T1="my_TMS_T1"), param_name="name")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.