View source: R/listCaseStudies.R
| listCaseStudies | R Documentation |
Lists all case study R Markdown files shipped with the package and prints them as a formatted text table.
listCaseStudies()
listCS()
lcs()
Case studies are expected to live in inst/case_studies and to be named
using the pattern CS<chapter>_<number>.Rmd (e.g. CS9_2.Rmd).
The table has two columns: File (the case study identifier) and
Title (extracted from the YAML header). Case studies are listed in
numerical order, not alphabetical order.
The function invisibly returns a character vector of case study identifiers.
Invisibly returns a character vector of case study identifiers.
## Not run:
listCaseStudies()
ids = listCaseStudies()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.