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)

Arguments

pattern

Regular expression pattern to search for

include_disabled

Return names of disabled chunks?

Value

A data frame with fields 'name', 'module', and 'chunk'.

Details

If a chunk name ends with _DISABLED, by default its name will not be returned.