View source: R/student-repos.R
clone_hw_repos | R Documentation |
Extract student names and Github repo links from the homework submission form
found on Google Sheets. Repositories are cloned into the directory given by
hw_root
.
clone_hw_repos(form, ..., hw_root = "~/Documents")
form |
Dataframe; Class |
... |
Character; any sub-directories to add onto hw_root |
hw_root |
Character; Root path to where repositories should be cloned |
Dataframe of two columns: name, and github url (invisible)
## Not run: clone_hw_repos(hw_form, 'homework', 'de999') ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.