pulls all instances of a single variable out of a TS

pullTsVariable(TS, variable, strict.search = FALSE)

Arguments

TS

a LiPD Timeseries object

variable

the name of variable in a TS object

strict.search

require an exact match of variable names

Value

a vector of the values, with NA representing instances without this variable.

See also

Other LiPD manipulation: pushTsVariable(), tidyTs(), tidyTsOld(), untidyTs()