Description Usage Arguments Value
This function is inspired by the roxygen2 decoration of source files with content
used to create the manual and help files. Here we expect two tags @title
with the displayed title of the question, and @score
with the number of
available points.
1 | get_question_details(dir, pattern = "^test.*\\.[rR]$")
|
dir |
Directory containing the test files for a question |
pattern |
A regular expression identifying test files in the directory |
A data.frame object with colums name, file, and max_points
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.