The ellipsis object is not listed in the base help pages! help(`+`) # this works - help on arithmetic operators help("+") # also works help(`...`) # fails with Error: '...' used in an incorrect context help("...") # fails also with No documentation for '...' in specified packages and libraries: you could try '??...'
-----Original Message----- From: r-help-boun...@r-project.org [mailto:r-help-boun...@r-project.org] On Behalf Of Ivan Calandra Sent: Friday, 18 January 2013 4:43a To: R. Michael Weylandt Cc: R list Subject: Re: [R] how to use "..." Do you know where I can find some documentation about it? ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.