Output and render functions for using flashCard within Shiny applications and interactive Rmd documents.
flashCardOutput(outputId, width = "300px", height = "135px")renderFlashCard(expr, env = parent.frame(), quoted = FALSE)
output variable to read from
width of the widget
height of the widget
An expression that generates a flashCard
The environment in which to evaluate expr.
Is expr a quoted expression (with quote())? This
is useful if you want to save an expression in a variable.