R语言清除单个变量和全部变量

清除全部变量的代码为:

rm(list = ls())

清除单个变量为:

rm(object) #变量名

清除方法类似于Linux系统删除系统文件

posted @ 2020-03-02 12:25  Geeksongs  阅读(4546)  评论(0编辑  收藏  举报

Coded by Geeksongs on Linux

All rights reserved, no one is allowed to pirate or use the document for other purposes.