fBasics (version 3011.87)

listFunctions: Functions Listing

Description

Lists and counts functions from packages.

Usage

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

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.

Value

prints a list and counts of functions.

See Also

listFunctions, listIndex.

Examples

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

Run the code above in your browser using DataCamp Workspace