Skip to contents

Returns 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.

Value

A SIA Modules Manifest of class sm_manifest. Inherits from a list.

See also

Other module management functions: add_module(), preview_module(), remove_module()

Examples

if (FALSE) { # \dontrun{
get_modules()
} # }