forked from swirldev/swirl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
zip_course.Rd
39 lines (36 loc) · 1.11 KB
/
zip_course.Rd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/install_course.R
\name{zip_course}
\alias{zip_course}
\title{Zip a course directory}
\usage{
zip_course(path, dest = NULL)
}
\arguments{
\item{path}{Path to the course directory to be zipped.}
\item{dest}{Path to directory in which the \code{.zip} should be saved. The
default value is \code{NULL}, which will cause the \code{.zip} to be
created one level above the directory specified in \code{path}.}
}
\description{
\strong{Warning:} This function will be deprecated after swirl version 2.4.
}
\examples{
\dontrun{
zip_course("~/Desktop/LOESS_Modeling")
zip_course("~/Desktop/SNA_Tutorial", "~/tutorials")
}
}
\seealso{
Other InstallCourses: \code{\link{InstallCourses}},
\code{\link{install_course_directory}},
\code{\link{install_course_dropbox}},
\code{\link{install_course_github}},
\code{\link{install_course_google_drive}},
\code{\link{install_course_url}},
\code{\link{install_course_zip}},
\code{\link{install_course}},
\code{\link{install_from_swirl}},
\code{\link{uninstall_all_courses}},
\code{\link{uninstall_course}}
}