Learn R Programming

BaseSet (version 1.0.0)

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

Description

Flattens the three slots to a single big table

Usage

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

Value

A data.frame table.

Arguments

x

The TidySet object.

...

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