see_pkg_funcs: Print functions within a package

Description Usage Arguments Details Examples

View source: R/see_pkg_funcs.R

Description

Print functions within a package

Usage

1

Arguments

package

R package to inspect

all.names

logical value. If TRUE, all object names are returned. If FALSE, names which begin with a . are omitted.

Details

This is a helper to let me see the different functions offered by a package. NOTE: The package most be installed & loaded (i.e. library(janitor))

Examples

1
2
3
library(learylib)

see_pkg_funcs(learylib)

mleary/learylib documentation built on Sept. 6, 2020, 9:19 p.m.