When calling x[1] x x head(x)

[1] 3 2 3 4 5 6 # works!

> sapply(1:length(x), function(i) {x

More Jochen Wilhelm's questions See All
Similar questions and discussions