Learn R Programming

Tmisc (version 0.1.22)

lsp: List objects in package

Description

Lists functions and how to call them for any package.

Usage

lsp(package, ...)

Arguments

package

The name of the package you're examining.

...

further arguments to be passed to lsf.str.

Value

A list of functions and how to call them for any package.

Examples

Run this code
# NOT RUN {
lsp(Tmisc, pattern="un")
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab