View source: R/make_notebooks.R
add_external_dependency | R Documentation |
Add external file to use as dependency
add_external_dependency(
analysis,
dependency_file,
dependency_name = fs::path_file(dependency_file)
)
analysis |
analysis object (as created with new_analysis) |
dependency_file |
character string. Specifies the path of the external dependency |
dependency_name |
character string. Name under which above path is available as parameter to notebooks. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.