Skip to content
Prev 35821 / 63424 Next

Confusing error message for [[.factor (PR#14209)

On 09.02.2010 10:50, g.russell at eos-solutions.com wrote:
Well, it is nonsense to use it, but works since TRUE is coerced to 1 as in:

list(list(11, 12), 13)[[c(TRUE, TRUE)]]


In your example will also fail with integers without a chance to do the 
recursion.

Uwe Ligges