uninstall_all_courses {swirl}R Documentation

Uninstall all courses

Description

Uninstall all courses

Usage

uninstall_all_courses(force = FALSE)

Arguments

force

If TRUE the user will not be asked if they're sure they want to delete the contents of the directory where courses are stored. The default value is FALSE

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_course(), zip_course()

Examples

## Not run: 

uninstall_all_courses()

## End(Not run)

[Package swirl version 2.4.5 Index]