Skip to contents

Lists all modules that are currently loaded

Usage

module_list(filter = "")

Arguments

filter

If provided, a character scalar will be used to filter the results. Only modules containing filter as a substring will be returned.

Value

A character vector whose entries correspond to modules that are currently loaded

Examples

module_list()
#> character(0)