Learn R Programming

wyz.code.offensiveProgramming (version 1.1.24)

retrievePackageFunctionNames: Retrieve Package Function Names

Description

Get the function names from a package name

Usage

retrievePackageFunctionNames(packageName_s_1, libraryPath_s_1 = .libPaths()[1])

Value

A vector of function names

Arguments

packageName_s_1

a string that is the package name to seek for

libraryPath_s_1

a string that is the folder to scrutinize

Author

tools:::Rd_package_author("wyz.code.offensiveProgramming")

Maintainer: tools:::Rd_package_maintainer("wyz.code.offensiveProgramming")

Examples

Run this code
# 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