get_chapters: Loads chapters into memory from a DataCamp Repository

Description Usage Arguments Value Examples

View source: R/extract_chapters.R

Description

Loads chapters into memory from a DataCamp Repository

Usage

1

Arguments

path

- path to root path of DataCamp Repository

Value

named list with each chapter.md file in a separate slot.

Examples

1
2
3
chapter_file_path <- system.file("extdata/", package="decampr")
chapter_list <- get_chapters(chapter_file_path)
chapter_list[[1]]

laderast/decampr documentation built on Feb. 25, 2020, 7:12 a.m.