Description Usage Arguments See Also Examples
View source: R/load_dependencies.R
Load the package dependencies of the specified tutorial in the cpnr package. If the package dependency is not installed, this function will install and subsequently load it.
1 | load_dependencies(packages)
|
packages |
Packages needed to run a tutorial |
show_dependencies
to get the tutorial dependencies.
1 2 3 4 5 | ## Not run:
packages <- show_dependencies(tutorial = "divdyn")
load_dependencies(packages = packages)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.