learnr (version 0.10.1)

available_tutorials: Run a tutorial

Description

Run a tutorial which is contained within an R package.

Usage

available_tutorials(package = NULL)

Arguments

package

Name of package

Value

available_tutorials will return a data.frame containing "package", "name", "title", "description", "package_dependencies", "private", and "yaml_front_matter".

Details

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).