Learn R Programming

wyz.code.rdoc (version 1.1.7)

retrievePackageFunctionNames: 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 single string, that is the package name to seek for

libraryPath_s_1

the folder to look for

Value

A vector of function names

Examples

Run this code
# NOT RUN {
retrievePackageFunctionNames('wyz.code.rdoc')
# }

Run the code above in your browser using DataLab