learnr (version 0.10.0)

knit_print.tutorial_question: Knitr quiz print methods

Description

knitr::knit_print methods for question and quiz

Usage

# S3 method for tutorial_question
knit_print(x, ...)

# S3 method for tutorial_quiz knit_print(x, ...)

Arguments

x

An R object to be printed

...

Additional arguments passed to the S3 method. Currently ignored, except two optional arguments options and inline; see the references below.