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
if you're a one liner
x = x[1:(length(x) -101)]