View source: R/preprocessing.R
Use to retrieve items from generators (e.g. image_data_generator()
). Will return
either the next item or NULL
if there are no more items.
1 | generator_next(generator, completed = NULL)
|
generator |
Generator |
completed |
Sentinel value to return from |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.