miniMOOCApp: Create a miniMOOC shinyEvents app

Description Usage Arguments

View source: R/parse_rmd.R

Description

Create a miniMOOC shinyEvents app

Usage

1
2
miniMOOCApp(mm = readRDS("mm.Rds"), log.file = NULL, title = NULL,
  window.title = title)

Arguments

mm

A compiled miniMOOC object created with parse_mooc_rmd. You can save the result of parse_mooc_rmd with saveRDS and load it with readRDS.

log.file

an optional log file in which answers to multiple choice quizzes are anomyously logged in csv format.

title

Optional title shown above the sections tabSet.

window.title

title of browser window


skranz/miniMOOC documentation built on May 2, 2020, 1:24 p.m.