R/shinyLikert.R

#' 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() {
	require(shiny)
	shiny::runApp(system.file('shiny', package='likert'))
}
bryanmayer/likert_custom documentation built on May 13, 2019, 8:10 a.m.