powered by
Create new teams submission folders in your challenge.
new_team( ..., path = ".", submissions_dir = "submissions", quiet = FALSE, showWarnings = FALSE )
strings. names of the team subdirectories.
string. root path of the challenge. see new_challenge.
new_challenge
string. subdirectory of the submissions. see new_challenge.
logical. deactivate text output.
logical. should the warnings on failure be shown? see dir.create.
dir.create
The paths of the created teams are returned.
# NOT RUN { 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