sessionPackages: Shows packages attached to the current R session

Description Usage Arguments Details Value See Also Examples

View source: R/sessionPackages.R

Description

The function sessionPackages prints the list of packages attached to the current R session.

Usage

1
sessionPackages(package = NULL)

Arguments

package

a character vector naming installed packages, or NULL (the default) meaning all attached packages.

Details

This function reuses part of the code from sessionInfo.

Value

A list with the following components:

See Also

sessionInfo from package utils, R.version from package base.

Examples

1

paulponcet/bazar documentation built on July 15, 2019, 5:28 a.m.