Ask a Question
Ask Question Login
Corporate Training
  1. Community
  2. Python
  3. Question
Python

How to remove all variables except functions in R

Asked by Carl Paige Jul 10, 2021 1.1K views 1 answer
Share

About this question

I have loaded different objects in R console and I can remove all of them using:

rm(list=ls())

removing only functions but not the variables:

rm(list=lsf.str())

but How can I remove all varaibles except the functions?

Your answer

1 Answer

More Python discussions