R/utils.R

is_list_of <- function (object, class) {
  is.list(object) && Reduce(`&&`, Map(is, object, class))
}

Try the fmdates package in your browser

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

fmdates documentation built on May 1, 2019, 10:10 p.m.