Skip to content
Prev 55167 / 63424 Next

length of `...`

On 03/05/2018 11:18 AM, Duncan Murdoch wrote:
Here's a way to do that:

eval(as.name(paste0("..", n)))

I was surprised this worked for n > 9, but it does.  Looking at the 
source, I think the largest legal value for n is huge; you'd hit other 
limits long before n was too big.

Duncan Murdoch