Description Usage Arguments See Also Examples
View source: R/install_course.R
Install a course from a zipped course directory shared on Dropbox
1 | install_course_dropbox(url, multi = FALSE)
|
url |
URL of the shared file |
multi |
The user should set to |
Other InstallCourses: InstallCourses,
install_course_directory,
install_course_github,
install_course_google_drive,
install_course_url,
install_course_zip,
install_from_swirl,
uninstall_all_courses,
uninstall_course, zip_course
1 2 3 4 5 | ## Not run:
install_course_dropbox("https://www.dropbox.com/s/xttkmuvu7hh72vu/my_course.zip")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.