add_chapter | R Documentation |
Add a new .qmd file representing a Quarto book chapter
add_chapter(filename = here("chapters", "chapter_0X.qmd"))
filename |
Character indicating the path to the .qmd file to be created. |
Character with path to .qmd files.
path <- tempdir()
c <- add_chapter(filename = tempfile(fileext = ".qmd"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.