sims_info {sims}R Documentation

Simulated Data Argument Values

Description

Gets the simulated data argument values in the '.sims.rds' file.

Usage

sims_info(path = ".")

Arguments

path

A string of the path to the directory with the simulated data.

Value

A named list of the values in file.path(path, '.sims.rds').

Examples

set.seed(10)
sims_simulate("a <- runif(1)", path = tempdir(), exists = NA, ask = FALSE)
sims_info(tempdir())

[Package sims version 0.0.3 Index]