add_to_manifest: Add current lesson to course manifest

Description Usage Value Examples

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

1

Value

MANIFEST file path, invisibly

Examples

1
2
3
4
5
6
## Not run: 
# Check what lesson you're working on, then add it to the MANIFEST
get_current_lesson()
add_to_manifest()

## End(Not run)

swirlify documentation built on May 28, 2019, 9:02 a.m.