Learn R Programming

fBasics (version 4021.92)

listFunctions: Functions Listing

Description

Lists and counts functions from packages.

Usage

listFunctions(package, character.only = FALSE)
countFunctions(package, character.only = FALSE)

Value

prints a list and counts of functions.

Arguments

package

a literal character or a character string denoting the name of the package to be listed.

character.only

a logical indicating whether 'package' can be assumed to be character strings.

See Also

listFunctions, listIndex.

Examples

Run this code
## listFunctions -
   listFunctions("fBasics")
   
## countFunctions -
   countFunctions("fBasics")

Run the code above in your browser using DataLab