rm(list=ls()) is a command we see used in many of R codes in our respective firms while working on data. But we never really understand in a demo why is this used so commonly before starting any script.
__________
Chapters
0:00 Introduction
0:57 Understanding "ls()" function
2:36 Understanding "rm()" function
5:58 Removing objects using rm(list=ls())
6:56 But why do we need "list = " at all ?
10:27 Summary
__________
#remove #rm #rprogramming #concept