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.
#' 
#' @references http://rstudio.com/shiny
shinyLikert <- function() {
	shiny::runApp(system.file('shiny', package='likert'))
}

Try the likert package in your browser

Any scripts or data that you put into this service are public.

likert documentation built on May 2, 2019, 11:11 a.m.