R: removing the last elements of a vector

Viewed 71614

How can I remove the last 100 elements of a zoo series?

I know the name[-element] notation but I can't get it work to substract a full section

6 Answers
Related