sims_data: Simulated Datasets

View source: R/data.R

sims_dataR 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())

poissonconsulting/sims documentation built on June 18, 2022, 2:36 a.m.