Lists all modules that are currently loaded
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)