module.ls | R Documentation |
lists modules.
module.ls( pattern = ".*", available = FALSE, types = list(), include_hidden = FALSE, tags = list(), nameonly = FALSE, raw_bytes = FALSE, md = NULL, fmt = NULL, to = "return", quiet = TRUE )
A named list. List of modules
# Get the list of all installed modules #roakvar::module.ls() # Get the list of all available modules #roakvar::module.ls(available=TRUE) # Get the list of all available modules of the type "converter" #roakvar::module.ls(available=TRUE, types="converter")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.