R/data_frame.R
df2TS.Rd
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.
df2TS(.data = NULL, df)
The original TidySet
The flattened data.frame
A TidySet object
tidySet.data.frame()