Copies the vignettes into Quarto
1 2 3 4 5 6 7 | package_articles(
pkg_folder = "",
source = "vignettes",
target = "articles",
project_folder = "",
root_folder = here::here()
)
|
pkg_folder |
Path to the package's source code |
source |
Sub-folder location where the vignettes are available |
target |
Sub-folder location to place the articles in Quarto |
project_folder |
Sub folder in |
root_folder |
Base target Quarto folder. Defaults to current workspace. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.