powered by
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)
list with class design
The data table to check
data <- sim_design(2, 2, plot = FALSE) design <- get_design(data) data2 <- sim_design(design, plot = FALSE)
Run the code above in your browser using DataLab