| pkg_functions | R Documentation |
List exported symbols from a package's NAMESPACE. Optionally filter by a case-insensitive keyword. Results are sorted alphabetically.
pkg_functions(pkg, key = NULL)
pkg |
Character. Package name. |
key |
Character. Optional keyword to filter function names (case-insensitive). |
Character vector of exported names (invisibly).
# List all functions in evanverse:
pkg_functions("evanverse")
# Filter by keyword:
pkg_functions("evanverse", key = "plot")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.