init.ps: Initialize a problem set for the student

Description Usage Arguments

Description

Initialize a problem set for the student

Usage

1
2
3
4
5
init.ps(ps.name, dir = getwd(), stud.short.file = paste0(ps.name, ".Rmd"),
  rps.file = paste0(rps.dir, "/", ps.name, ".rps"), log.file = paste0(dir,
  "/", ps.name, ".log"), rps.dir = dir, save.nothing = FALSE,
  check.whitelist = !is.null(wl), wl = NULL, use.memoise = NULL,
  noeval = FALSE, precomp = FALSE)

Arguments

ps.name

the name of the problem set

dir

the path in which the stud has stored his file

stud.hort.file

the file name (without path) of the .rmd problem set file


skranz/RTutor2 documentation built on May 30, 2019, 2:01 a.m.