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)
}
Run the code above in your browser using DataLab