show_pkg: Show Package Details

Description Usage Arguments Examples

View source: R/show_pkg.R

Description

Prints or returns information on a certain package.

Usage

1
show_pkg(package = NULL, lib_path = NULL, return_value = c("print", "data"))

Arguments

package

Name of package.

lib_path

Default is .libPaths(), custom path to packages can be specified.

return_value

One of "print" (prints out the results to the R console) or "data" (returns the results as a dataframe).

Examples

1
2
3
4
## Not run: 
show_pkg("MASS")

## End(Not run)

RobertMyles/showpackage documentation built on Sept. 7, 2021, 6:45 a.m.