Answer Posted / Kumar Saurabh
In R, you can remove all the objects in the global environment with the command: `rm(list=ls())`. The `ls()` function lists all the objects in the current environment.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers