get_csv_files | R Documentation |
List output CSV files in a directory or directories.
get_csv_files(csv_files, numbered = TRUE)
csv_files |
Character vector of directories containing numbered CSV files |
numbered |
Logical. If |
A character vector of names of CSV files.
facts_file <- get_facts_file_example("contin.facts") # Can only run if system dependencies are configured: if (file.exists(Sys.getenv("RFACTS_PATHS"))) { out <- run_facts( facts_file, n_sims = 2L, verbose = FALSE ) get_csv_files(out) }
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.