Skip to contents

Runs one of the example scripts included with the package.

Usage

run_example(name = NULL)

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")
} # }