Output and render functions for using flashCard within Shiny applications and interactive Rmd documents.
1 2 3 | flashCardOutput(outputId, width = "300px", height = "135px")
renderFlashCard(expr, env = parent.frame(), quoted = FALSE)
|
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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.