exercise: exercise

View source: R/exercise.R

exerciseR Documentation

exercise

Description

Data structure for exercise data

Usage

exercise(exer, ...)

## Default S3 method:
exercise(exer = NULL, ...)

Arguments

exer

exercise object (default: NULL)

...

further named parameter to add to the exercise object

Value

exercise object

Examples

exer <- exercise()           # new exercise
exer <- exercise(exer, x=3)  # add x to the exercise

sigbertklinke/exams2moodle documentation built on July 6, 2023, 3:26 p.m.