Learn R Programming

swirlify (version 0.5.3)

test_course: Run tests on a course

Description

Run basic tests on all questions in the lessons listed in the MANIFEST. See add_to_manifest for information about the MANIFEST file.

Usage

test_course()

Arguments

Examples

Run this code
# NOT RUN {
# To test a course, set any lesson in that course as the current lesson
set_lesson()

# Run tests on every lesson in that course listed in the MANIFEST
test_course()
# }

Run the code above in your browser using DataLab