Description Usage Arguments Details Value
View source: R/available_tutorials.R
Run a tutorial which is contained within an R package.
1 | available_tutorials(package = NULL)
|
package |
Name of package |
Note that when running a tutorial Rmd file with run_tutorial
the tutorial Rmd should have already been rendered as part of the
development of the package (i.e. the corresponding tutorial .html file for
the .Rmd file must exist).
available_tutorials
will return a data.frame
containing "package", "name", "title", "description", "package_dependencies", "private", and "yaml_front_matter".
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.