## exception__handler.R -- move to exceptions?
##' Determine if stream/iterator is empty
##' @title Determine if stream/iterator is empty
##' @param x Iterator
##' @export
empty <- function(x) {
x$is_complete
}
not_empty <- Negate(empty)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.