Learn R Programming

qlcData (version 0.2.1)

launch_shiny: Launch Shiny app

Description

Shiny apps allow for an easy web-based user interface for R functionality. This function is a simple helper to launch shiny apps included in this package.

Usage

launch_shiny(shiny_app)

Arguments

shiny_app

String with the name of the shiny app to launch. Currently only "tokenize" is available.

Value

A web app is opened in a browser.

Examples

Run this code
# NOT RUN {
launch_shiny("tokenize")
# }

Run the code above in your browser using DataLab