exercise {exams.forge} | R Documentation |
Data Exercise Structure
Description
Data structure for exercise data.
Usage
exercise(exer, ...)
## Default S3 method:
exercise(exer = NULL, ...)
exercise_data(exer, ...)
Arguments
exer |
an exercise object (default: |
... |
further parameters |
Value
An exercise object.
Examples
exer <- exercise() # new exercise
exer <- exercise(exer, x=3) # add x to the exercise
[Package exams.forge version 1.0.10 Index]