View source: R/utils-data-dataloader.R
dataloader_next | R Documentation |
Get the next element of a dataloader iterator
dataloader_next(iter, completed = NULL)
iter |
a DataLoader iter created with dataloader_make_iter. |
completed |
the returned value when the iterator is exhausted. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.