On Sunday 17 August 2003 12:50, Gabor Grothendieck wrote:
> One gets a different response when abbreviating collapse= in
> paste?  In the second case, it appears to be acting as if " + " is just
> another argument to be pasted.

You can't abbreviate the collapse argument. In general, anything after 
the ..., if any, in the argument list of a function cannot be abbreviated, 
and args(paste) says:

> args(paste)
function (..., sep = " ", collapse = NULL)

-Deepayan

______________________________________________
[EMAIL PROTECTED] mailing list
https://www.stat.math.ethz.ch/mailman/listinfo/r-help

Reply via email to