simplifyDf: Simplify SimDesign dataframe

Description Usage Arguments Value See Also Examples

View source: R/simplifyDf.R

Description

simplifyDf takes a data.frame object of class SimDesign and returns a data.frame without all of the additional attributes.

Usage

1

Arguments

x

A SimDesign data.frame object.

Value

A simplified SimDesign data.frame object.

See Also

SimDisplay

Examples

1
2
3
4
5
6
7
## Not run: 
data(Brown1974)
str(Brown1974) # Note the many additional attributes
df <- simplifyDf(Brown1974)
str(df)

## End(Not run)

mattsigal/SimDisplay documentation built on May 21, 2019, 1:25 p.m.