Hi,
If I just want to remove some objects in Rstudio Environment, not all subjects. Just use the function rm, like the code example? Is there any other methods and operation?
Any help would be appreciated.
Update: the object refers to the data in Rstudio Environment like the picture shows.
rm(list = ls()[match(c("rowcount"),ls())])
Created on 2023-06-01 with reprex v2.0.2