Skip to content
Prev 31283 / 398513 Next

sum(..., na.rm=TRUE) oddity

Duncan Murdoch <dmurdoch at pair.com> writes:
I think you would quickly run into problems with cod that was using
constructions like do.call("sum",l) or sum(...) if you tried that.