R/is.keyvalue.R

Defines functions is.keyvalue11 is.keyvalue

Documented in is.keyvalue

#' @rdname keyvalue
#' @export
is.keyvalue <- function(x){
    inherits(x, "keyvalue")
}

is.keyvalue11 <- function(x){
    is.keyvalue(x) && attr(x, "keyvalue11")
}

Try the decoder package in your browser

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

decoder documentation built on April 22, 2020, 5:07 p.m.