zip_course: Zip a course directory

Description Usage Arguments See Also Examples

View source: R/install_course.R

Description

Warning: This function will be deprecated after swirl version 2.4.

Usage

1
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

1
2
3
4
5
6
## Not run: 

zip_course("~/Desktop/LOESS_Modeling")
zip_course("~/Desktop/SNA_Tutorial", "~/tutorials")

## End(Not run)

swirl documentation built on Jan. 16, 2020, 5:03 p.m.