View source: R/object_builder.R
rmd2xml | R Documentation |
Create XML file for question specification from Rmd (md) description according to qti 2.1 infromation model
rmd2xml(file, path = getwd(), verification = FALSE)
file |
A string of path to file with markdown description of question. |
path |
A string, optional; a folder to store xml file. Default is working directory. |
verification |
A boolean value, optional; enable validation of the xml
file. Default is |
The path string to the xml file.
## Not run:
# creates folder with xml (side effect)
rmd2xml("task.Rmd", "target_folder", TRUE)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.