swirl (version 2.4.5)

zip_course: 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 .zip should be saved. The default value is NULL, which will cause the .zip to be created one level above the directory specified in path.

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

Run this code
# NOT RUN {
zip_course("~/Desktop/LOESS_Modeling")
zip_course("~/Desktop/SNA_Tutorial", "~/tutorials")
# }

Run the code above in your browser using DataLab