R/startDropR.R

Defines functions startDropR

Documented in startDropR

#' Start the DropR Shiny App
#' 
#' Starts the interactive web application to use dropR in your web browser. 
#' Make sure to use Google Chrome or Firefox for best experience.
#' 
#' @examples
#' \dontrun{startdropR()}
#' @export
startDropR <- function(){
  shiny::runApp(system.file('dropR_shiny', package='dropR'),launch.browser = T)  
}

Try the dropR package in your browser

Any scripts or data that you put into this service are public.

dropR documentation built on May 2, 2019, 6:12 a.m.