or
rm(list=ls(pattern="^NY")) if you only want those objects that begin with
"NY" ...
HTH
Pete
--
View this message in context:
http://r.789695.n4.nabble.com/a-remove-question-tp3220411p3220562.html
Sent from the R help mailing list archive at Nabble.com.
__
How about
ls(pattern="NY")
#rm(list=ls(pattern="NY"))
On Sunday 16 January 2011 22:08:16 Erin Hodgess wrote:
> Dear R People:
>
> I have the following:
>
> > ls(pattern="NY*")
> [1] "CRAN_df" "CRAN_df0" "CRAN_df1" "CRAN_mat" "CRAN_sp"
> [6] "CRAN_spdf1" "CRAN_spdf2
On Jan 16, 2011, at 4:17 PM, David Winsemius wrote:
On Jan 16, 2011, at 4:08 PM, Erin Hodgess wrote:
Dear R People:
I have the following:
ls(pattern="NY*")
[1] "CRAN_df" "CRAN_df0" "CRAN_df1" "CRAN_mat"
"CRAN_sp"
[6] "CRAN_spdf1" "CRAN_spdf2" "CRAN_spdf4" "delaune
On Sun, Jan 16, 2011 at 1:08 PM, Erin Hodgess wrote:
> Dear R People:
>
> I have the following:
>
>> ls(pattern="NY*")
> [1] "CRAN_df" "CRAN_df0" "CRAN_df1" "CRAN_mat" "CRAN_sp"
> [6] "CRAN_spdf1" "CRAN_spdf2" "CRAN_spdf4" "delauney_NY" "dist2_NY"
> [11] "dist3_NY" "G
On Jan 16, 2011, at 4:08 PM, Erin Hodgess wrote:
Dear R People:
I have the following:
ls(pattern="NY*")
[1] "CRAN_df" "CRAN_df0" "CRAN_df1" "CRAN_mat"
"CRAN_sp"
[6] "CRAN_spdf1" "CRAN_spdf2" "CRAN_spdf4" "delauney_NY"
"dist2_NY"
[11] "dist3_NY" "Gabriel_NY"
5 matches
Mail list logo