rm(list=ls()) doesn't completely clear the workspace

前端 未结 7 1339
一向
一向 2020-12-08 04:36

This is a very minor issue, but I would like to understand exactly what is going on here.

Say I do the following:

library(RMySQL)
con <- dbConnect         


        
相关标签:
7条回答
  • 2020-12-08 05:17

    if you are working with RStudio, you can just go to Session->Clear Workspace... To clear all variables from your workspace

    0 讨论(0)
提交回复
热议问题