shiny_eval: Interactive shiny app to plot several course evaluations

Description Usage Arguments Examples

View source: R/shiny_eval.R

Description

Launches an interactive shiny app to upload the CSV-files of several course evaluations and plot them. This can be used as an alternative to plot_eval.

Usage

1
shiny_eval(display.mode = "normal", ...)

Arguments

display.mode

The mode in which to display the application. If set to the value "showcase", shows application code and metadata from a DESCRIPTION file in the application directory alongside the application. If set to "normal", displays the application normally. Defaults to "auto", which displays the application in the mode given in its DESCRIPTION file, if any.

...

Parameters passed to runApp

Examples

1
2
3
4
5
## Not run: 
library(instevalR)
shiny_eval()

## End(Not run)

hplieninger/instevalR documentation built on May 17, 2019, 4:54 p.m.