Display which tutorials are currently available in the cpnr package.
show_tutorials(package = "cpnr")
| package | Name of package, currently only cpnr |
|---|
show_tutorials will return a data.frame containing
"title" and "description".
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()
show_tutorials()#> # A tibble: 1 x 2 #> title description #> <chr> <chr> #> 1 divdyn Fossil data analysis