Workflow

env_summary

Summarize R environment

Displays a summary of the current R environment including loaded packages, objects in the global environment, and memory usage.


Usage

env_summary()

Returns

Invisibly returns a list with environment information

Examples

env_summary()

Source: R/env.R