R/rmall.R

Defines functions rmall

Documented in rmall

#' @title Help removing all objects from memory
#' 
#' @description A simple way to get a reminder of how to clear all objects from memory because I always forget how
#' @return prints how to do that
#' @export
rmall <- function() {
  cat('type in this:\n')
  cat('rm(list=ls())')
}
ejanalysis/analyze.stuff documentation built on April 2, 2024, 10:10 a.m.