sorry, forgot to delete objects. rm(list=ls(pattern=".*777.*"))
Vladimir Eremeev wrote: > > ls(pattern=".*777.*") > > > Schmitt, Corinna wrote: >> >> in my program I have a big workspace. Now I want to look for all >> variables which have the letters "777" in their name (e.g. ask777first) >> and afterwards I need to delete those variables. How can I reach this >> aim? >> > > -- View this message in context: http://www.nabble.com/searching-for-special-variables-tf3685103.html#a10302565 Sent from the R help mailing list archive at Nabble.com. ______________________________________________ [email protected] mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.
