powered by
Gets the simulated datasets as an nlist::nlists_object(). There is no guarantee that all the datasets will fit in memory.
nlist::nlists_object()
sims_data(path = ".")
An nlist::nlists_object() of the simulated datasets.
A string of the path to the directory with the simulated data.
set.seed(10) sims_simulate("a <- runif(1)", nsims = 10L, path = tempdir(), exists = NA, ask = FALSE ) library(nlist) sims_data(tempdir())
Run the code above in your browser using DataLab