R/showModels.R

Defines functions showModels

Documented in showModels

#' Run process macro shiny app
#' @importFrom utils install.packages
#' @export
showModels=function(){

    if(!requireNamespace("shiny")) install.packages("shiny")
    if(!requireNamespace("shinyWidgets")) install.packages("shinyWidgets")
    shiny::runApp(system.file('showModels',package='processR'))
}

Try the processR package in your browser

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

processR documentation built on Jan. 23, 2023, 5:44 p.m.