Re: [R] sapply again return value

2007-02-16 Thread Henrique Dallazuanna
Hi, A simple way is: s - s[3] On 16/02/07, Antje [EMAIL PROTECTED] wrote: Hello, I used an sapply to get some data back (s - sapply(...) ). The output of s would then deliver something like this: B06_lamp.csv C06_lamp.csv D06_lamp.csv [1,] NULL NULL Numeric,512

Re: [R] sapply again return value

2007-02-16 Thread Antje
Henrique Dallazuanna schrieb: Hi, A simple way is: s - s[3] but what if I don't know how many and which columns are NULL? Antje __ R-help@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide

Re: [R] sapply again return value

2007-02-16 Thread Mark Lyman
Antje niederlein-rstat at yahoo.de writes: Hello, I used an sapply to get some data back (s - sapply(...) ). The output of s would then deliver something like this: B06_lamp.csv C06_lamp.csv D06_lamp.csv [1,] NULL NULL Numeric,512 [2,] NULL NULL