retrievePackageFunctionNames {wyz.code.offensiveProgramming} | R Documentation |
Retrieve Package Function Names
Description
Get the function names from a package name
Usage
retrievePackageFunctionNames(packageName_s_1, libraryPath_s_1 = .libPaths()[1])
Arguments
packageName_s_1 |
a |
libraryPath_s_1 |
a |
Value
A vector
of function names
Author(s)
Fabien Gelineau <neonira@gmail.com>
Maintainer: Fabien Gelineau <neonira@gmail.com>
Examples
# take to much time on Windows apparently to pass CRAN package acceptance tests
if (.Platform$OS.type == "unix")
retrievePackageFunctionNames('wyz.code.offensiveProgramming')
[Package wyz.code.offensiveProgramming version 1.1.24 Index]