List all objects (e.g. functions, data) in the namespace one or more R packages.
list_namespace(packages, status_filter = NULL, verbose = TRUE)
A character vector of package names.
Filter by namespace status (e.g. "export","import").
If NULL
(default), will return all namespace objects.
Print messages.
A data.table.
nm_dt <- list_namespace(packages=c("data.table","pals"))
#> Querying 2 packages.
#> Gathering functions from: data.table
#> Gathering functions from: pals