View source: R/get_all_functions.R
get_all_functions | R Documentation |
This function returns a list of all the functions (exported and internal)
available with the package. As this function scans the NAMESPACE
and the
R/
folder, it is recommended to run devtools::document()
before.
get_all_functions()
A list of two vectors:
external
, a vector of exported functions name;
internal
, a vector of internal functions name.
Other utilities functions:
get_all_dependencies()
,
get_licenses()
,
get_minimal_r_version()
## Not run:
## Update NAMESPACE ----
devtools::document()
## List all implemented functions ----
get_all_functions()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.