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.