Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

install_course_github

Install a course from a GitHub repository


Description

Install a course from a GitHub repository

Usage

install_course_github(
  github_username,
  course_name,
  branch = "master",
  multi = FALSE
)

Arguments

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 "master".

multi

The user should set to TRUE if the repository contains multiple courses. The default value is FALSE.

See Also

Examples

## Not run: 

install_course_github("bcaffo", "Linear_Regression")
install_course_github("jtleek", "Twitter_Map", "geojson")

## End(Not run)

swirl

Learn R, in R

v2.4.5
MIT + file LICENSE
Authors
Sean Kross [aut, cre], Nick Carchedi [aut], Bill Bauer [aut], Gina Grdina [aut], Filip Schouwenaars [ctb], Wush Wu [ctb]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.