Learn R Programming

SIAtools (version 0.1.4)

get_modules: Get the SIA Modules Manifest for the currently developed package

Description

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())

Value

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

Arguments

proj

character, a path to the project. Defaults to current project.

See Also

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

Examples

Run this code
if (FALSE) {
get_modules()
}

Run the code above in your browser using DataLab