How do I clear only a few specific objects from the workspace?

前端 未结 10 1753
陌清茗
陌清茗 2020-12-04 05:53

I would like to remove some data from the workspace. I know the \"Clear All\" button will remove all data. However, I would like to remove just certain data.

For exa

10条回答
  •  一向
    一向 (楼主)
    2020-12-04 06:14

    You'll find the answer by typing ?rm

    rm(data_1, data_2, data_3)
    

提交回复
热议问题