Learn R Programming

swirl (version 2.2.0)

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)

Arguments

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

Examples

Run this code
install_course_zip("~/Desktop/my_course.zip")

Run the code above in your browser using DataLab