tutorial_package_dependencies {learnr} | 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")