inst/shinyApps/Are/runShinyAppReports.R

#' runShinyAppReports starts shiny reports
#'
#' runShinyAppReports presents figs and stuff from the package in shiny
#' @export

runShinyAppReports <- function() {

     appName <- "report"
     appsDirectoryName <- "shinyApps"
     packageName <- "Nakke"

     rapbase::runShinyApp(appName, appsDirectoryName, packageName)
}
Rapporteket/Nakke documentation built on July 22, 2023, 3:27 p.m.