R/runQuest.r

Defines functions runQuest

Documented in runQuest

#' runQuest function
#'
#' This function builds a ggplot2 function to plot data
#' @param t Table of data
#' @param c Selected column to test
#' @param lim Limit to number of levels
#' @keywords factor limits
#' runQuest()

runQuest<-function(){
  appDir<-system.file("quest", package = "quest")
  if(appDir==""){
    stop("Could not find directory. Try re-installing `quest`.", call. = FALSE)
  }
  shiny::runApp(appDir)
}
swebb1/quest documentation built on Dec. 18, 2019, 10:33 a.m.