lsp: List functions inside any package

Description Usage Arguments Examples

View source: R/lsp.R

Description

List functions inside any package

Usage

1
lsp(package, pattern, all.names = FALSE)

Arguments

package

Name of a loaded package

pattern

Filter function search by package

all.names

Default is FALSE

Examples

1
2
3
4
5
6
7
## Not run: 
library(ggplot2)
lsp(ggplot2)
# Search only for scale functions
lsp(ggplot2, pattern="scales")

## End(Not run)

karthik/coyote documentation built on May 20, 2019, 7:22 a.m.