View source: R/preprocessing.R
| generator_next | R Documentation |
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.
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.