Runs one of the example scripts included with the package.
Arguments
- name
Name of the example (without .R extension)
Value
Runs the example script
Examples
if (FALSE) { # \dontrun{
# List available examples
run_example()
# Run specific example
run_example("browser_demo_hive")
run_example("browser_demo_ducklake")
} # }