Skip to contents

This function grabs the student answers from a learnr tutorial and returns them as an HTML output for printing to the tutorial screen.

Usage

encoder_logic()

Value

HTML output for the student tutorial

Examples


# Be sure to put this into a server-context chunk.
#```{r context="server"}
#encoder_logic()
#```