clear_vectors: removes vectors from global environment

View source: R/clear_dataframes.R

clear_vectorsR Documentation

removes vectors from global environment

Description

For those occasions when you want to clear up your global environment and get rid of all the vectors.

Usage

clear_vectors()

Examples

vec <- c(1:3)
ls()
clear_vectors()
ls()

simonthelwall/nicethings documentation built on Feb. 27, 2023, 3:15 p.m.