R/is.folder.R

Defines functions is.folder

Documented in is.folder

is.folder <-
function(x) {
  return("folder" %in% class(x))
}

Try the dad package in your browser

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

dad documentation built on April 12, 2025, 1:49 a.m.