Skip to contents

Initialize a new course repository You should set up the course_repo before in rfortherestofus organization

Usage

init_course_repo(
  repo_name,
  instructor,
 
    sheet_path = "https://docs.google.com/spreadsheets/d/1iIX8pGBpyePUVI1iiy89e6pDqrNFa_RXZkRVuB4vjA0/"
)

Arguments

repo_name

Name of the new repo

instructor

Github name of the instructor

sheet_path

The path of the Sheets containing two sheets : Issues and Milestones. Must be public

Value

Issues and milestones written on Github

Examples

if (FALSE) { # \dontrun{
init_course_repo(repo_name = "course_test", instructor = "tvroylandt", course_release_date = "2021-12-23")
} # }