powered by
list.skip(.data, n)
list
integer
x <- list(a=1,b=2,c=3) list.skip(x,1) list.skip(x,2)
Run the code above in your browser using DataLab