Learn R Programming

examly (version 0.2.0)

run_app: Launch examly Shiny application

Description

Launches the packaged Shiny app located in inst/shinyapp. If the app files are not found, a minimal placeholder app is launched instead.

Usage

run_app()

Arguments

Value

Invisibly returns NULL. Called for its side effects.

Details

This function is exported so users can run examly::run_app().

Examples

Run this code
system.file("shinyapp", package = "examly")
if(interactive()){
examly::run_app()
}

Run the code above in your browser using DataLab