R/shinyTree.R

#' Launches Main app
#' @export
#' 
#' 
adaprApp <- function (){
  #ibrary(shiny)
  #ibrary(shinydashboard)
  shiny::runApp(
    system.file('adapr21',                                                    
                package='adapr')) 
  
}

Try the adapr package in your browser

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

adapr documentation built on May 1, 2019, 7:05 p.m.