R/shinyTree.R

#' Launches shiny app
#' @export
#' 
#' 

shinyTree <- function (){
  shiny::runApp(
    system.file('shinyApp',                                                    
                package='IT2')) 
  
  
}
gelfondjal/IT2 documentation built on May 17, 2019, 12:15 a.m.