R/run.R

Defines functions startShinyKGode

Documented in startShinyKGode

#' Start ShinyKGode
#' @title This function will start ShinyKGode.
#' @return Nothing
#' @description An interactive Shiny application for running gradient matching to approximate ODEs.
#' @details This starts the ShinyKGode application on the user's local computer.
#' @keywords ShinyKGode
#' @examples{
#' if(interactive()){
#'   startShinyKGode()
#'   }
#' }
#' @export
#' @import pracma pspline
startShinyKGode <- function() {
  shiny::runApp(appDir = system.file("application", package='shinyKGode'))
}
joewandy/shinyKGode documentation built on May 3, 2019, 4:07 p.m.