Functions Listing
Lists and counts functions from packages.
listFunctions(package, character.only = FALSE) countFunctions(package, character.only = FALSE)
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. |
prints a list and counts of functions.
## listFunctions - listFunctions("fBasics") ## countFunctions - countFunctions("fBasics")
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.