Description Usage Arguments Details Value
Get a list of chunks in this package. These are functions with a name of "module_modulename_chunkname".
1 2 | find_chunks(pattern = "^module_[a-zA-Z\\.]*_.*$",
include_disabled = FALSE)
|
pattern |
Regular expression pattern to search for |
include_disabled |
Return names of disabled chunks? |
If a chunk name ends with _DISABLED
, by default its name
will not be returned.
A data frame with fields 'name', 'module', and 'chunk'.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.