List all objects (e.g. functions, data) in the namespace one or more R packages.
Value
A data.table.
Examples
nm_dt <- list_namespace(packages=c("data.table","pals"))
#> Querying 2 packages.
#> Gathering functions from: data.table
#> Gathering functions from: pals