sims_data_files | R Documentation |
Gets the names of the simulated data files.
sims_data_files(path = ".")
path |
A string of the path to the directory with the simulated data. |
A character vector of the names of the simulated data files.
set.seed(10)
sims_simulate("a <- runif(1)",
nsims = 10L, path = tempdir(),
exists = NA, ask = FALSE
)
sims_data_files(tempdir())
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.