submission_server | R Documentation |
The following function was modified from Colin Rundel's
learnrhash package, available at https://github.com/rundel/learnrhash. Note
that when including these functions in a learnr Rmd document it is
necessary that the server function, submission_server()
, be included in
an R chunk where context="server"
.
submission_server()
submission_ui
An object of class shiny.tag
of length 3.
No return value, called for side effects.
An object of class shiny.tag.
if(interactive()){
submission_server()
}
if(interactive()){
submision_ui
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.