pkgfuns: pkgfuns names all functions within a package

View source: R/rutils.R

pkgfunsR Documentation

pkgfuns names all functions within a package

Description

pgkfuns when given the name of a loaded library gives the names of all functions within that library sorted in alphebetical order.

Usage

pkgfuns(packname)

Arguments

packname

the name of the package as character

Value

a character vector containing the names of all functions in the named package

Examples

## Not run: 
  pkgfuns("graphics")
  pkgfuns("rutilsMH")

## End(Not run)

haddonm/codeutils documentation built on April 15, 2024, 1:02 p.m.