zip_course: Zip a course directory

Description Usage Arguments See Also Examples

View source: R/install_course.R

Description

Zip a course directory

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_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)

HJ08003/socraticswirl-RStudioServer documentation built on May 20, 2019, 11:10 a.m.