# Only run if system dependencies are configured:
if (file.exists(Sys.getenv("RFACTS_PATHS"))) {
facts_file <- get_facts_file_example("contin.facts")
facts_file
out <- run_facts(
facts_file,
n_sims = 1,
verbose = FALSE
)
read_patients(out)
}
Run the code above in your browser using DataLab