opt_default_table {DataFakeR} | R Documentation |
Configure data simulation options
Description
The parameters affect high level (not column type related) simulation settings such as target number of rows for each table. Currently only number of simulated rows is supported.
Usage
opt_default_table(nrows = nrows_simul_constant(10))
Arguments
nrows |
Integer or function. When |
[Package DataFakeR version 0.1.3 Index]