powered by
Gets the simulated data argument values in the '.sims.rds' file.
sims_info(path = ".")
A named list of the values in file.path(path, '.sims.rds').
file.path(path, '.sims.rds')
A string of the path to the directory with the simulated data.
set.seed(10) sims_simulate("a <- runif(1)", path = tempdir(), exists = NA, ask = FALSE) sims_info(tempdir())
Run the code above in your browser using DataLab