zip_course {swirl} | R Documentation |
Zip a course directory
Description
Warning: This function will be deprecated after swirl version 2.4.
Usage
zip_course(path, dest = NULL)
Arguments
path |
Path to the course directory to be zipped. |
dest |
Path to directory in which the |
See Also
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()
Examples
## Not run:
zip_course("~/Desktop/LOESS_Modeling")
zip_course("~/Desktop/SNA_Tutorial", "~/tutorials")
## End(Not run)
[Package swirl version 2.4.5 Index]