Description Usage Arguments Value Examples
get_all_pkgs
provides all packages (belonging to a given list of
packages) exported by a given function.
1 | get_all_pkgs(fun, packages = NULL)
|
fun |
function or character. The function of interest. |
packages |
The packages to look into. If |
A character vector, the packages.
1 2 3 4 5 6 | ## Not run:
get_all_pkgs("as.fun")
get_all_pkgs(as.fun)
get_all_pkgs("stats::median")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.