powered by
Get the function names from a package name
retrievePackageFunctionNames(packageName_s_1, libraryPath_s_1 = .libPaths()[1])
A vector of function names
vector
a string that is the package name to seek for
string
a string that is the folder to scrutinize
tools:::Rd_package_author("wyz.code.offensiveProgramming")
Maintainer: tools:::Rd_package_maintainer("wyz.code.offensiveProgramming")
# take to much time on Windows apparently to pass CRAN package acceptance tests if (.Platform$OS.type == "unix") retrievePackageFunctionNames('wyz.code.offensiveProgramming')
Run the code above in your browser using DataLab