Learn R Programming

pmfdR (version 1.0)

pmfdR_build.exercise: Builds exercises using package exams

Description

This function build a pdf file and a solution sheet from R exercises available at github.

Usage

pmfdR_build.exercise(lan = "en", exercise.folder = "pmfdR-exercises",
  pdf.folder = "pdf out")

Arguments

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

Value

TRUE, if sucessful

Examples

Run this code

## Not run: ------------------------------------
# pmfdR_build.exercise()
## ---------------------------------------------

Run the code above in your browser using DataLab