| pkg_exports | R Documentation |
Query installed R packages for exports, internals, and help. List exported functions of a package
Returns a data.frame of exported functions with their argument signatures.
pkg_exports(package, pattern = NULL)
package |
Character. Package name. |
pattern |
Optional regex to filter function names. |
A data.frame with columns: name, args.
pkg_exports("tools")
pkg_exports("tools", pattern = "^Rd")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.