sims_data {sims} | R Documentation |
Simulated Datasets
Description
Gets the simulated datasets as an nlist::nlists_object()
.
There is no guarantee that all the datasets will fit in memory.
Usage
sims_data(path = ".")
Arguments
path |
A string of the path to the directory with the simulated data. |
Value
An nlist::nlists_object()
of the simulated datasets.
Examples
set.seed(10)
sims_simulate("a <- runif(1)",
nsims = 10L, path = tempdir(),
exists = NA, ask = FALSE
)
library(nlist)
sims_data(tempdir())
[Package sims version 0.0.3 Index]