Skip to content
Prev 244373 / 398506 Next

How can i select a set of element in a list ?

Julian,

You use standard indexing to do that.

y <- x[-1]

Hope this is helpful,

Dan

Daniel Nordlund
Bothell, WA USA