View source: R/lipdManipulation.R
pullTsVariable | R Documentation |
pulls all instances of a single variable out of a TS
pullTsVariable(TS, variable, strict.search = FALSE)
TS |
a LiPD Timeseries object |
variable |
the name of variable in a TS object |
strict.search |
require an exact match of variable names |
a vector of the values, with NA representing instances without this variable.
Other LiPD manipulation:
pushTsVariable()
,
tidyTs()
,
tidyTsOld()
,
untidyTs()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.