Description Usage Arguments See Also Examples
View source: R/install_course.R
Install a course from a GitHub repository
1 2 3 4 5 6 | install_course_github(
github_username,
course_name,
branch = "master",
multi = FALSE
)
|
github_username |
The username that owns the course repository. |
course_name |
The name of the repository which should be the name of the course. |
branch |
The branch of the repository containing the course. The default branch is |
multi |
The user should set to |
Other InstallCourses:
InstallCourses
,
install_course_directory()
,
install_course_dropbox()
,
install_course_google_drive()
,
install_course_url()
,
install_course_zip()
,
install_course()
,
install_from_swirl()
,
uninstall_all_courses()
,
uninstall_course()
,
zip_course()
1 2 3 4 5 6 | ## Not run:
install_course_github("bcaffo", "Linear_Regression")
install_course_github("jtleek", "Twitter_Map", "geojson")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.