Skip to contents

Prints out the SIA Modules Manifest obtained through get_modules(). By default, a plain YAML content is returned, but you can also get a formatted output in a tibble, which is suitable for packages with large number of SIA modules.

Usage

# S3 method for class 'sm_manifest'
print(x, ..., as_tibble = FALSE)

Arguments

x

sm_manifest object, i.e., an output of get_modules().

...

Not used at the moment.

as_tibble

logical, print the manifest as a tibble? Defaults to FALSE.

Value

Called for side effects by default. Returns a tibble if as_tibble argument is set to TRUE.