MyNixOS website logo
Description

'RStudio' Addin for Removing Objects from the Global Environment Based on Patterns and Object Type.

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.

objectremover

cranchecks R-CMD-check

objectremover is an RStudio addin to assist with clearing objects from the Global environment. Features include removing objects by

  • Starting pattern of object name
  • Ending pattern of object name
  • Regular expression
  • Object type (dataframe, function and other)

The addin allows the user to quickly tidy up the R workspace which is useful, e.g. when you have stored lots of large, temporary objects in memory which can often happen during the course of exploratory data analysis. objectremover displays exactly which objects will be removed according to the options the user has specified in real time. This feature helps to ensure that you do not remove certain objects by mistake.

Installation

Install objectremover from CRAN with

install.packages("objectremover")

Alternatively, you can install the development version of objectremover with

remotes::install_github("alan-y/objectremover", ref = "main")

Use

After installing the package, the add-in will be available in RStudio from the Addins dropdown menu. Select “Remove Objects” (under the heading OBJECTREMOVER) from the menu to run.

If, for example, you have created some temporary objects named using the prefix ‘z’, objectremover can be used to quickly remove all objects starting with ‘z’ from the Global environment.

objectremover demo

Metadata

Version

0.8.1

License

Unknown

Platforms (75)

    Darwin
    FreeBSD
    Genode
    GHCJS
    Linux
    MMIXware
    NetBSD
    none
    OpenBSD
    Redox
    Solaris
    WASI
    Windows
Show all
  • aarch64-darwin
  • aarch64-genode
  • aarch64-linux
  • aarch64-netbsd
  • aarch64-none
  • aarch64_be-none
  • arm-none
  • armv5tel-linux
  • armv6l-linux
  • armv6l-netbsd
  • armv6l-none
  • armv7a-darwin
  • armv7a-linux
  • armv7a-netbsd
  • armv7l-linux
  • armv7l-netbsd
  • avr-none
  • i686-cygwin
  • i686-darwin
  • i686-freebsd
  • i686-genode
  • i686-linux
  • i686-netbsd
  • i686-none
  • i686-openbsd
  • i686-windows
  • javascript-ghcjs
  • loongarch64-linux
  • m68k-linux
  • m68k-netbsd
  • m68k-none
  • microblaze-linux
  • microblaze-none
  • microblazeel-linux
  • microblazeel-none
  • mips-linux
  • mips-none
  • mips64-linux
  • mips64-none
  • mips64el-linux
  • mipsel-linux
  • mipsel-netbsd
  • mmix-mmixware
  • msp430-none
  • or1k-none
  • powerpc-netbsd
  • powerpc-none
  • powerpc64-linux
  • powerpc64le-linux
  • powerpcle-none
  • riscv32-linux
  • riscv32-netbsd
  • riscv32-none
  • riscv64-linux
  • riscv64-netbsd
  • riscv64-none
  • rx-none
  • s390-linux
  • s390-none
  • s390x-linux
  • s390x-none
  • vc4-none
  • wasm32-wasi
  • wasm64-wasi
  • x86_64-cygwin
  • x86_64-darwin
  • x86_64-freebsd
  • x86_64-genode
  • x86_64-linux
  • x86_64-netbsd
  • x86_64-none
  • x86_64-openbsd
  • x86_64-redox
  • x86_64-solaris
  • x86_64-windows