flashCard-shiny {flashCard} | R Documentation |
Shiny bindings for flashCard
Description
Output and render functions for using flashCard within Shiny applications and interactive Rmd documents.
Usage
flashCardOutput(outputId, width = "300px", height = "135px")
renderFlashCard(expr, env = parent.frame(), quoted = FALSE)
Arguments
outputId |
output variable to read from |
width |
width of the widget |
height |
height of the widget |
expr |
An expression that generates a flashCard |
env |
The environment in which to evaluate |
quoted |
Is |
[Package flashCard version 0.1.0 Index]