encoder_ui | R Documentation |
This function is the shiny user interface for creating the submission output. You can define instructions to go before or after the submission window!
encoder_ui(ui_before = NULL, ui_after = NULL)
ui_before |
Shiny code to go before your submission box. |
ui_after |
Shiny code to go after your submission box. |
Shiny interface for creating submissions for the learnr tutorials.
#```{r encode, echo=FALSE}
#encoder_ui()
#```
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.