launch_shiny: Launch Shiny app

Description Usage Arguments Value Author(s) Examples

View source: R/launch_shiny.R

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

1
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.

Author(s)

Michael Cysouw <cysouw@mac.com>

Examples

1
2
3
4
## Not run: 
launch_shiny("tokenize")

## End(Not run)

qlcData documentation built on May 2, 2019, 8:29 a.m.