forked from swirldev/swirl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathInstallCourses.Rd
37 lines (34 loc) · 1.31 KB
/
InstallCourses.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
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/install_course.R
\name{InstallCourses}
\alias{InstallCourses}
\title{Installing Courses}
\description{
swirl is designed so that anyone can create interactive content
and share it with the world or with just a few people. Users can
install courses from a variety of sources using the
functions listed here. Each of these functions has its own help
file, which you can consult for more details.
}
\details{
If you're just getting started, we recommend using
\code{\link{install_course}} to install courses
from our official \href{https://github.com/swirldev/swirl_courses}{course repository}. Otherwise, check out the
help file for the relevant install function below.
You can uninstall a course from swirl at any time with
\code{\link{uninstall_course}}.
Uninstall all courses with
\code{\link{uninstall_all_courses}}.
}
\seealso{
Other 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}}, \code{\link{zip_course}}
}