df2TS: The opposite of as.data.frame

View source: R/data_frame.R

df2TSR Documentation

The opposite of as.data.frame

Description

Convert a data.frame to a TidySet by first using the relations. It requires the original TidySet in order to convert it back to resemble the position of the columns.

Usage

df2TS(.data = NULL, df)

Arguments

.data

The original TidySet

df

The flattened data.frame

Value

A TidySet object

See Also

tidySet.data.frame()


llrs/BaseSet documentation built on Jan. 28, 2024, 9:05 a.m.