View source: R/return_tutorial_paths.R
return_tutorial_paths | R Documentation |
Takes a package name and returns a character vector of all the paths to tutorials in the installed package. Assumes that every Rmd file in inst/tutorials/*/ is a tutorial, which should be true.
return_tutorial_paths(package)
package |
Character vector of the package name to be tested. |
Character vector of the full paths to all installed tutorials in
package
.
return_tutorial_paths('learnr')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.