Description Usage Arguments Value Examples
itertools.dropwhile
1 | iter.dropwhile(pred, seq)
|
pred |
iterables |
seq |
iterables |
list or vector
1 | iter.dropwhile(function(x) { x > 2 }, c(1, 2, 3, 2, 1))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.