untidyTs: create tidy data.frame from TS

View source: R/tidy2.R

untidyTsR Documentation

create tidy data.frame from TS

Description

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

Usage

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()


nickmckay/lipdR documentation built on April 13, 2025, 5:58 p.m.