Description Usage Arguments See Also Examples
View source: R/install_course.R
Warning: This function will be deprecated after swirl version 2.4.
1 | zip_course(path, dest = NULL)
|
path |
Path to the course directory to be zipped. |
dest |
Path to directory in which the |
Other InstallCourses:
InstallCourses
,
install_course_directory()
,
install_course_dropbox()
,
install_course_github()
,
install_course_google_drive()
,
install_course_url()
,
install_course_zip()
,
install_course()
,
install_from_swirl()
,
uninstall_all_courses()
,
uninstall_course()
1 2 3 4 5 6 | ## Not run:
zip_course("~/Desktop/LOESS_Modeling")
zip_course("~/Desktop/SNA_Tutorial", "~/tutorials")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.