Learn R Programming

swirlify (version 0.5.3)

add_to_manifest: 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()

Arguments

Value

MANIFEST file path, invisibly

Examples

Run this code
# NOT RUN {
# Check what lesson you're working on, then add it to the MANIFEST
get_current_lesson()
add_to_manifest()
# }

Run the code above in your browser using DataLab