powered by
get_all_funs provides all the functions exported by a given installed package.
get_all_funs
get_all_funs(pkg)
character. The package of interest. (Must be installed already.)
A character vector, the functions exported.
# NOT RUN { get_all_funs("stats") # }
Run the code above in your browser using DataLab