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

install_course_zip

Install a course from a zipped course folder


Description

Install a course from a zipped course folder

Usage

install_course_zip(path, multi = FALSE, which_course = NULL)

Arguments

path

The path to the zipped course.

multi

Set to TRUE if the zipped directory contains multiple courses. The default value is FALSE.

which_course

A vector of course names. Only for use when zip file contains multiple courses, but you don't want to install all of them.

See Also

Examples

## Not run: 

install_course_zip("~/Desktop/my_course.zip")

install_course_zip("~/Downloads/swirl_courses-master.zip", multi=TRUE,
                   which_course=c("R Programming", "Data Analysis"))

## 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.