Description Usage Arguments Value Examples
The gsim() function creates a data.frame with target_rows based on an existing dataset or a net_new solution without an existing dataset
1 |
data |
(optional) base dataset. default is NULL in which case a new data.frame will be created. |
target_rows |
(optional) . default is set to 1000 rows |
seed |
(optional) default is 12345. Initial seed |
If data is NULL then a new data.frame is created with sequential index. If data is smaller than target_rows,
the dataset is expanded with expand_dataset
behaviour. If data is larger than random subset is choosen
to match target_rows
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.