View source: R/tutorial_package_dependencies.R
tutorial_package_dependencies | R Documentation |
List the R packages required to run a particular tutorial.
tutorial_package_dependencies(name = NULL, package = NULL)
name |
The tutorial name. If |
package |
The R package providing the tutorial. If |
A character vector of package names that are required for execution.
tutorial_package_dependencies(package = "learnr")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.