Learn R Programming

swirl (version 2.2.0)

install_course_url: Install a course from a url that points to a zip file

Description

Install a course from a url that points to a zip file

Usage

install_course_url(url, multi = FALSE)

Arguments

url
URL that points to a zipped course directory
multi
The user should set to TRUE if the zipped directory contains multiple courses. The default value is FALSE.

Examples

Run this code
install_course_url("http://www.biostat.jhsph.edu/~rpeng/File_Hash_Course.zip")

Run the code above in your browser using DataLab