packagesInModules | R Documentation |
Parses module code, looking for the metadataItem
(default = "reqdPkgs"
)
element in the defineModule
function.
packagesInModules(modules, modulePath = getOption("spades.modulePath")) metadataInModules( modules, metadataItem = "reqdPkgs", modulePath = getOption("spades.modulePath"), needUnlist )
modules |
character vector of module names |
modulePath |
path to directory containing the module(s) named in |
metadataItem |
character identifying the metadata field to extract |
needUnlist |
logical indicating whether to |
A character vector of sorted, unique packages that are identified in all named
modules, or if modules
is omitted, then all modules in modulePath
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.