Description Usage Arguments Value
Chunkify creates a new function that operates on a ff vector.
It creates chunks from the ff vector and calls the orginal function fun
on each chunk.
1 | chunkify(fun)
|
fun |
function to be 'chunkified', the function must accept a vector and
return a vector of the same |
'chunkified' function that accepts a ff
vector as its first argument.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.