Description Usage Arguments Examples
Include multiple etude exercises
1 | etude_list(spec, keep_ref = FALSE)
|
spec |
A data frame with one row for
each exercise to be inclued in the parent document. The variables
must be named |
keep_ref |
A logical flag, |
1 2 3 4 5 6 7 8 | ## Not run:
etude_list(
tibble(exercise="dog-drink-ring",
answers=FALSE, documentation=FALSE, name="Problem 1: "
)
)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.