takes a long, tidy, data.frame and returns a TS object. This is the opposite of tidyTs().

untidyTs(tTS, age.var = "age")

Arguments

tTS

a tidy data frame, such as those created by tidyTs()

age.var

variable name for the time dimension

Value

a LiPD Timeseries object

See also

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