#' Test if an object is an Iterator
#' @param list Object to test
#' @export
is_Iterator <- function(list) {
inherits(list, "Iterator")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.