View source: R/create_course.R
create_course | R Documentation |
Creates a new GitHub organization for a course along with several repositories in the GitHub organization.
create_course(name, organization, path = ".")
name |
Course title as a character string. Example: 'DSCI 100 - Introduction to Data Science' |
organization |
Name of the organization as a character string with no spaces. This name must be available on GitHub, otherwise an error will be returned. Example: 'dsci-100-2022' |
path |
Path to the directory where to create the organization. If left blank, defaults to the current working directory. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.