Description Usage Arguments Value Examples
View source: R/extract_chapters.R
Loads chapters into memory from a DataCamp Repository
1 | get_chapters(path)
|
path |
- path to root path of DataCamp Repository |
named list with each chapter.md file in a separate slot.
1 2 3 | chapter_file_path <- system.file("extdata/", package="decampr")
chapter_list <- get_chapters(chapter_file_path)
chapter_list[[1]]
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.