powered by
List exported symbols from a package (via its NAMESPACE). Optionally filter by a case-insensitive keyword. Results are sorted alphabetically.
pkg_functions(pkg, key = NULL)
Character vector of exported names (invisibly).
Character scalar. Package name.
Optional character scalar. Keyword to filter function names (case-insensitive).
pkg_functions("evanverse") pkg_functions("evanverse", key = "plot")
Run the code above in your browser using DataLab