R/shinyLikert.R

Defines functions shinyLikert

Documented in shinyLikert

#' Shiny App for the likert package.
#' 
#' This will start a shiny app included with the package to show many of the features
#' available in the likert package.
#' 
#' @export
#' @references http://rstudio.com/shiny
shinyLikert <- function() {
	shiny::runApp(system.file('shiny', package='likert'))
}
jbryer/likert documentation built on July 29, 2022, 3:42 p.m.