fetch: Download assignments from moodle

Description Usage Arguments Value See Also

View source: R/fetch.R

Description

fetch downloads student submissions for a given assignment from a moodle server.

Usage

1
fetch(moodle_url, assign_id, targ_dir = NULL, overwrite = FALSE)

Arguments

moodle_url

web address of moodle server (must already be logged in)

assign_id

assignment id number; digits only

targ_dir

subdirectory in which to store downloaded submissions; if NULL will be downloaded to a subdirectory of the working directory named assign_id

overwrite

overwrite the subdirectory if it exists (default FALSE)

Value

a tibble containing information about contents of the downloaded directory (see describe)

See Also

login, describe


dalejbarr/moodlecnx documentation built on May 27, 2019, 7:44 a.m.