Package 'objectremover'

Title: 'RStudio' Addin for Removing Objects from the Global Environment Based on Patterns and Object Type
Description: An 'RStudio' addin to assist with removing objects from the global environment. Features include removing objects according to name patterns and object type. During the course of an analysis, temporary objects are often created and this tool assists with removing them quickly. This can be useful when memory management within 'R' is important.
Authors: Alan Yeung [aut, cre]
Maintainer: Alan Yeung <[email protected]>
License: MIT + file LICENSE
Version: 0.8.1
Built: 2025-02-14 05:11:56 UTC
Source: https://github.com/alan-y/objectremover

Help Index


object_remove

Description

Removes objects from the global environment according to a pattern for easy use as an RStudio addin

Usage

object_remove()

Examples

if (interactive()) {
  object_remove()
}