Last chance! 50% off unlimited learning
Sale ends in
## output directory (replace this with "/path/to/your/directory")
mydir <- file.path(tempdir(), "myexam")
## 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.R in your favorite R code editor
## and run the examples...
Run the code above in your browser using DataLab