Get a list of chunks in this package. These are functions with a name of "module_modulename_chunkname".
find_chunks(pattern = "^module_[a-zA-Z\\.]*_.*$", include_disabled = FALSE)
Regular expression pattern to search for
Return names of disabled chunks?
A data frame with fields 'name', 'module', and 'chunk'.
If a chunk name ends with _DISABLED
, by default its name
will not be returned.