View source: R/compile_teach_it.R
compile_teach_it | R Documentation |
Compile Teaching Materials from a project's 'teach-it.gsheet'. Also renames folders based on info in the Titles tab and invokes sweep_teaching_materials()
to relocate scrap working files.
compile_teach_it(
WD = "?",
teach_it_drib = NULL,
rename_lessons = TRUE,
prompt_rename = FALSE
)
WD |
is working directory of the project; easiest way to supply a different lesson is with "?", which will invoke |
teach_it_drib |
if you already have the teach-it.gsheet dribble looked up from |
rename_lessons |
logical; do you want to rename lesson folders based on Titles tab? default= T takes about 2sec to check if nothing needs changing; uses helper function |
prompt_rename |
logical, do you want to prompt user about whether to rename lessons? default=FALSE |
tibble of the compiled standards data; a JSON is saved to meta/JSON/teaching-materials.json
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.