pafdR_build.exercise {pafdR} | R Documentation |
This function build a pdf file and a solution sheet from R exercises available at github.
pafdR_build.exercise(lan = "en", exercise.folder = "pafdR-exercises",
pdf.folder = "pdf out")
lan |
Language of exercises ('en' or 'pt-br') |
exercise.folder |
Folder with exercise files (if not found, will download from github) |
pdf.folder |
Folder to output pdf file and solutions |
TRUE, if sucessful
## Not run:
pafdR_build.exercise()
## End(Not run)