R/is_Iterator.R

Defines functions is_Iterator

Documented in is_Iterator

#' Test if an object is an Iterator
#' @param list Object to test
#' @export

is_Iterator <- function(list) {
  inherits(list, "Iterator")
}

Try the peruse package in your browser

Any scripts or data that you put into this service are public.

peruse documentation built on March 8, 2021, 9:06 a.m.