Description Arguments Value Author(s) See Also Examples
The function
1 |
is to be
provided by the user. It's definition has to be given (together with
the one of race.wrapper
) in a file, and the name of
such file has to be passed as first argument to the function
race
.
data |
It is the object of type |
The function race.info
is expected
to return a list including the following components:
race.name |
The name of the race for documentation purposes. |
no.candidates |
The number of candidates in the race. |
no.tasks |
Number of tasks available for testing. |
no.subtasks |
Each task might consists of |
extra |
A character string providing extra information on the race for documentation purposes. It can be a long string and the user is not required to introduce newline characters: it will be automatically formatted for pretty-printing. |
Mauro Birattari
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.