sims_info: Simulated Data Argument Values

View source: R/info.R

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

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