##' Test if an iterator is complete
##' @title Test if an iterator is complete
##' @param it Iterator object
##' @export
is_complete <- function(it) {
it$is_complete
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.