Description Usage Arguments Value
chunkSnowFor a wrapper for snowFor(), but split by chunk_size first.
1 | chunkSnowFor(x, FUN, chunk_size, deley_sec = 0, ...)
|
x |
list to loop |
FUN |
the function for mapping |
chunk_size |
size of *every* chunk. |
deley_sec |
sleep for some time between chunks (in seconds) |
... |
params here will pass to snowFor() |
result of snowFor()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.