get_design | R Documentation |
Get the design specification from a data table created in faux. This can be used to create more simulated data with the same design.
get_design(data)
data |
The data table to check |
list with class design
data <- sim_design(2, 2, plot = FALSE)
design <- get_design(data)
data2 <- sim_design(design, plot = FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.