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