Display which tutorials are currently available in the cpnr package.

show_tutorials(package = "cpnr")

Arguments

package

Name of package, currently only cpnr

Value

show_tutorials will return a data.frame containing "title" and "description".

See also

show_description to see the tutorial description and show_dependencies to see all dependencies needed to run a tutorial.

Other show functions: show_dependencies(), show_description()

Examples

show_tutorials()
#> # A tibble: 1 x 2 #> title description #> <chr> <chr> #> 1 divdyn Fossil data analysis