This function is the shiny user interface for
creating the submission output. You can
define instructions to go before or after the
submission window!
Usage
encoder_ui(ui_before = NULL, ui_after = NULL)
Arguments
- ui_before
Shiny code to go before your
submission box.
- ui_after
Shiny code to go after your
submission box.
Value
Shiny interface for creating submissions
for the learnr tutorials.
Examples
#```{r encode, echo=FALSE}
#encoder_ui()
#```