Description Usage Arguments Value Examples
View source: R/tutorial_package_dependencies.R
List the R packages required to run a particular tutorial.
1 | 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.
1 | tutorial_package_dependencies(package = "learnr")
|
[1] "dygraphs" "knitr" "Lahman" "learnr" "nycflights13"
[6] "rmarkdown" "shiny" "sortable" "tidyverse"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.