datacamp (version 3.3.0)

parse_chapter: Parse chapter file into R list

Description

Parse chapter file into R list

Usage

parse_chapter(chapter_file, htmlify = TRUE, check = TRUE)

Arguments

chapter_file

path to the chapter file you want to parse

htmlify

convert the text elements to HTML? TRUE by default

check

check the code against datacamp guidelines? TRUE by default