exercise | R Documentation |
Data structure for exercise data.
exercise(exer, ...)
## Default S3 method:
exercise(exer = NULL, ...)
exercise_data(exer, ...)
exer |
an exercise object (default: |
... |
further parameters |
An exercise object.
exer <- exercise() # new exercise
exer <- exercise(exer, x=3) # add x to the exercise
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.