get_all_funs {bazar} | R Documentation |
Functions exported by a package
Description
get_all_funs
provides all the functions exported by a given
installed package.
Usage
get_all_funs(pkg)
Arguments
pkg |
character. The package of interest. (Must be installed already.) |
Value
A character vector, the functions exported.
Examples
get_all_funs("stats")
[Package bazar version 1.0.11 Index]