Description Usage Arguments See Also Examples
View source: R/install_course.R
Install a course from a course directory
1 | install_course_directory(path)
|
path |
The path to the course directory. |
Other InstallCourses:
InstallCourses
,
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()
,
zip_course()
1 2 3 4 5 | ## Not run:
install_course_directory("~/Desktop/my_course")
## End(Not run)
|
| Hi! Type swirl() when you are ready to begin.
| Course installation failed.
Warning message:
In file.copy(path, swirl_courses_dir(), recursive = TRUE) :
problem creating directory /home/anon/Desktop/my_course: Permission denied
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.