sims_data_files: Simulated Data Files

View source: R/data-files.R

sims_data_filesR Documentation

Simulated Data Files

Description

Gets the names of the simulated data files.

Usage

sims_data_files(path = ".")

Arguments

path

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

Value

A character vector of the names of the simulated data files.

Examples

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

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