retrievePackageFunctionNames: Retrieve Package Function Names

View source: R/retrievePackageFunctionNames.R

retrievePackageFunctionNamesR 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 string that is the package name to seek for

libraryPath_s_1

a string that is the folder to scrutinize

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')

wyz.code.offensiveProgramming documentation built on Sept. 25, 2023, 9:05 a.m.