install_course_dropbox {swirl}R Documentation

Install a course from a zipped course directory shared on Dropbox

Description

Install a course from a zipped course directory shared on Dropbox

Usage

install_course_dropbox(url, multi = FALSE)

Arguments

url

URL of the shared file

multi

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

See Also

Other InstallCourses: InstallCourses, install_course_directory, install_course_github, install_course_google_drive, install_course_url, install_course_zip, install_course, install_from_swirl, uninstall_all_courses, uninstall_course, zip_course

Examples

## Not run: 

install_course_dropbox("https://www.dropbox.com/s/xttkmuvu7hh72vu/my_course.zip")

## End(Not run)

[Package swirl version 2.4.4 Index]