find_chunks: find_chunks

find_chunksR Documentation

find_chunks

Description

Get a list of chunks in this package. These are functions with a name of "module_modulename_chunkname".

Usage

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?

Details

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

Value

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


bpbond/gcamdata documentation built on March 22, 2023, 4:52 a.m.