as.data.frame.TidySet: Transforms a TidySet to a data.frame

View source: R/data_frame.R

as.data.frame.TidySetR Documentation

Transforms a TidySet to a data.frame

Description

Flattens the three slots to a single big table

Usage

## S3 method for class 'TidySet'
as.data.frame(x, ...)

Arguments

x

The TidySet object.

...

Placeholder for other arguments that could be passed to the method. Currently not used.

Value

A data.frame table.


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