clone_hw_repos: Clone student repositories

View source: R/student-repos.R

clone_hw_reposR Documentation

Clone student repositories

Description

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.

Usage

clone_hw_repos(form, ..., hw_root = "~/Documents")

Arguments

form

Dataframe; Class hw_form

...

Character; any sub-directories to add onto hw_root

hw_root

Character; Root path to where repositories should be cloned

Value

Dataframe of two columns: name, and github url (invisible)

Examples

## Not run: 
 clone_hw_repos(hw_form, 'homework', 'de999')

## End(Not run)


jmcvw/ccmisc documentation built on July 27, 2022, 1:48 a.m.