What does RM list ls ()) mean in R?
What does RM list ls ()) mean in R? rm() is basically ‘remove{base}’, it is used to Remove Objects from a Specified Environment. Command rm(list=ls()) means- list=ls() is base in this command that means you are referring to all the objects present in the workspace. How do I get a list of objects in R? […]