Description Usage Arguments Details Examples
View source: R/see_pkg_funcs.R
Print functions within a package
1 | see_pkg_funcs(package, all.names = FALSE)
|
package |
R package to inspect |
all.names |
logical value. If TRUE, all object names are returned. If FALSE, names which begin with a . are omitted. |
This is a helper to let me see the different functions offered by a package. NOTE: The package most be installed & loaded (i.e. library(janitor))
1 2 3 | library(learylib)
see_pkg_funcs(learylib)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.