powered by
new_team(..., path = ".", submissions_dir = "submissions", quiet = FALSE, showWarnings = FALSE)
new_challenge
dir.create
path <- tempdir() wd <- setwd(path) new_challenge() new_team("team_foo", "team_bar") setwd(wd) unlink(path)
Run the code above in your browser using DataLab