p_functions {pacman} | R Documentation |
Package Functions
Description
List the functions from a package.
Usage
p_functions(package = "base", all = FALSE, character.only = FALSE)
p_funs(package = "base", all = FALSE, character.only = FALSE)
Arguments
package |
Name of the package you want the list of functions for. |
all |
logical. If |
character.only |
logical. If |
Examples
p_functions()
p_funs()
p_funs(pacman)
[Package pacman version 0.5.1 Index]