Description Usage Arguments See Also Examples
View source: R/install_course.R
Install a course from a zipped course folder
1 | install_course_zip(path, multi = FALSE, which_course = NULL)
|
path |
The path to the zipped course. |
multi |
Set to |
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. |
Other InstallCourses:
InstallCourses
,
install_course_directory()
,
install_course_dropbox()
,
install_course_github()
,
install_course_google_drive()
,
install_course_url()
,
install_course()
,
install_from_swirl()
,
uninstall_all_courses()
,
uninstall_course()
,
zip_course()
1 2 3 4 5 6 7 8 | ## 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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.