## output directory (replace this with mydir <- "/path/to/your/directory")
dir.create(mydir <- tempfile())
## create exams skeleton with absolute paths in demo.R
exams_skeleton(dir = mydir, absolute = TRUE)
## look at created files
dir(mydir)
dir(mydir, recursive = TRUE)
## now open demo-all.R or any of the other demo-*.R scripts in your
## favorite R code editor and run the examples...
Run the code above in your browser using DataLab