Get the SIA Modules Manifest for the currently developed package
get_modules.RdReturns a list with all modules for the current package as described in its
SIA Modules Manifest, which resides at /inst/sia/modules.yml and is
generated with add_module() calls. Can be formatted as a tibble using the
respective print method.
Usage
get_modules(proj = curr_proj())Arguments
- proj
character, a path to the project. Defaults to current project.
See also
Other module management functions:
add_module(),
preview_module(),
remove_module()