Learn R Programming

RtutoR (version 2018.06.08)

init.ps: Initialize a problem set for the student

Description

Initialize a problem set for the student

Usage

init.ps(ps.name, user.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, ups.dir = dir, user.dir = ups.dir,
  save.nothing = FALSE, check.whitelist = !is.null(wl), wl = NULL,
  use.memoise = NULL, noeval = FALSE, precomp = FALSE,
  replace.sol = FALSE, preknit = FALSE, ups.save = default.ups.save())

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