Re: [R] Removing a single element from an array

2011-09-18 Thread David Winsemius
On Sep 18, 2011, at 11:10 AM, David Winsemius wrote: On Sep 18, 2011, at 10:47 AM, Dennis Fisher wrote: R 2.13.1 OS X Colleagues I frequently encounter a situation in which I want to remove a single element of an array. For example, if I am reading in a bunch of CSV files, I create th

Re: [R] Removing a single element from an array

2011-09-18 Thread David Winsemius
On Sep 18, 2011, at 10:47 AM, Dennis Fisher wrote: R 2.13.1 OS X Colleagues I frequently encounter a situation in which I want to remove a single element of an array. For example, if I am reading in a bunch of CSV files, I create the list of files to be read with: LIST<- dir

[R] Removing a single element from an array

2011-09-18 Thread Dennis Fisher
R 2.13.1 OS X Colleagues I frequently encounter a situation in which I want to remove a single element of an array. For example, if I am reading in a bunch of CSV files, I create the list of files to be read with: LIST<- dir() However, sometimes I want to exclude one or more files.