Description Usage Arguments Examples
View source: R/extract_chapters.R
Extracts exercises from a DataCamp chapter
1 | get_exercises(chapter_file)
|
chapter_file |
1 2 3 4 | chapter_file_path <- system.file("extdata/", package="decampr")
chapter_list <- get_chapters(chapter_file_path)
exercise_list <- get_exercises(chapter_list[[1]])
exercise_list[[1]]
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.