lsp: List all items in a package

Description Usage Arguments Value Examples

View source: R/util.r

Description

By default includes names beginning with '.'

Usage

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

Arguments

package

character scalar: name of the package

all.names

= TRUE, set to FALSE to ignore items beginning with a period

pattern

= optional pattern to match

Value

character vector of package contents

Examples

1
2
lsp("jwutil")
tail(lsp("base"), 30L)

jwutil documentation built on May 7, 2019, 1:03 a.m.