encoder_ui: Encoding User Interface for learnr Tutorials

View source: R/encoder_ui.R

encoder_uiR Documentation

Encoding User Interface for learnr Tutorials

Description

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()
#```

doomlab/learnSEM documentation built on Jan. 25, 2024, 2 p.m.