View source: R/available_tutorials.R
available_tutorials | R Documentation |
List the tutorials that are currently available via installed R packages. Or list the specific tutorials that are contained within a given R package.
available_tutorials(package = NULL)
package |
Name of package |
available_tutorials()
returns a data.frame
containing "package",
"name", "title", "description", "package_dependencies", "private", and
"yaml_front_matter".
available_tutorials(package = "learnr")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.