I'm trying to understand ...
and/or (...)
in R
. I understand that somehow this is used for entering unknown or multiple parameters to a function, but when is this necessary and/or useful? I've searched rdocumentation for it, but found nothing. In the R Language Definition it is defined but in very abstract terms.
Hence I ask: why is ...
useful? Is it just not sloppy coding? Wouldn't it be better to pass arguments explicitly?