View source: R/create_toydata.R
create_toydata | R Documentation |
Provides an overview table for the time and scope conditions of a data set
create_toydata(n = 1000, seed = NULL)
n |
The number of observations in the produced toydata |
seed |
Seed to get reproducible data |
A matrix with two columns and n rows.
toydata <- create_toydata(n = 1000)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.