hi everyone, I am very new member to the R family. Can anyone tell me how do I delete a function from RStudio?
Thanks
Welcome!
If your function name is f, you can just do rm(f) and it'll do.
f
rm(f)
Thank you Yarnabrina
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.