Learn R Programming

supreme (version 1.1.0)

example_app_path: Get paths to supreme example

Description

The example Shiny application to demonstrate all the capabilities of what supreme offers.

Usage

example_app_path(file = NULL)

Arguments

file

file names. If no file names are put (which path is NULL), then all the example file paths will be listed.

Value

a character vector containing the R file path for the example.

See Also

Other source examples: example_yaml()

Examples

Run this code
# NOT RUN {
files <- example_app_path(c("app", "module-customers"))
supreme(src_file(files))
# }

Run the code above in your browser using DataLab