available_tutorials: Run a tutorial
Description
Run a tutorial which is contained within an R package.
Usage
available_tutorials(package = NULL)
Value
available_tutorials
will return a data.frame
containing "package", "name", and "title".
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).