Skip to contents

Display environment status, packages installed, and file tree in the specified environment(s).

Usage

envInfo(
  envName = envList(),
  statusInfo = TRUE,
  pkgInfo = FALSE,
  fileInfo = FALSE
)

Arguments

envName

A `character()` vector specifying the environment(s) name(s). Default is all environments.

statusInfo

A `logical(1)` specifying whether to display status information.

pkgInfo

A `logical(1)` specifying whether to display package information.

fileInfo

A `logical(1)` specifying whether to display file information.