Usage
run_example(example_name)
Arguments
- example_name
Name of the example file to run
Value
No return value, called for side effects.
Examples
if (FALSE) { # \dontrun{
run_example("sequence_multidyads_examples.R")
run_example("main_functions_examples.R")
} # }