add_to_manifest {swirlify} | R Documentation |
Add current lesson to course manifest
Description
The MANIFEST file located in the course directory allows you to specify the order in which you'd like the lessons to be listed in swirl. If the MANIFEST file does not exist, lessons are listed alphabetically. Invisibly returns the path to the MANIFEST file.
Usage
add_to_manifest()
Value
MANIFEST file path, invisibly
Examples
## Not run:
# Check what lesson you're working on, then add it to the MANIFEST
get_current_lesson()
add_to_manifest()
## End(Not run)
[Package swirlify version 0.5.3 Index]