powered by
List the R packages required to run a particular tutorial.
tutorial_package_dependencies(name = NULL, package = NULL)
The tutorial name. If name is NULL, then all tutorials within package will be searched.
name
NULL
package
The R package providing the tutorial. If package is NULL, then all tutorials will be searched.
A character vector of package names that are required for execution.
# NOT RUN { tutorial_package_dependencies(package = "learnr") # }
Run the code above in your browser using DataLab