View source: R/list_namespace.R
list_namespace | R Documentation |
List all objects (e.g. functions, data) in the namespace one or more R packages.
list_namespace(packages, status_filter = NULL, verbose = TRUE)
packages |
A character vector of package names. |
status_filter |
Filter by namespace status (e.g. "export","import").
If |
verbose |
Print messages. |
A data.table.
nm_dt <- list_namespace(packages=c("data.table","pals"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.