Re: [R] Optional argument to be used in a subset function

2013-10-24 Thread David Mora
it & 'Column 2'=="cold" & 'Column 3'== optional)) z <- a+b print(z) } * * What I need is that the function band("file","orange"), subset the data frame using all possible values for Column 3 but is not doing it. All ideas are wel

[R] R: Optional argument to be used in a subset function

2013-10-24 Thread David Mora
umn 2'=="cold" & 'Column 3'== optional)) * *z <- a+b* * print(z)* * }* What I need is that the function *band("file","orange")*, subset the data frame using all possible values for Column 3 but is not doing it. All ideas are welcome. Thanks.