Computer Science, asked by hossallikersameer, 1 month ago

2. How to remove object from the environment ?​

Answers

Answered by Anonymous
4

answer

remove and rm can be used to remove objects. These can be specified successively as character strings, or in the character vector list , or through a combination of both. All objects thus specified will be removed. If envir is NULL then the currently active environment is searched first.

Similar questions