R/is.R

#' Test if named
#' 
#' @param x the object to test
#' @return A logical scalar indicating whether named
#' @export
is.named <- function (x) {
  is.character(names(x))
}
poissonconsulting/tulip documentation built on Feb. 18, 2021, 11:18 p.m.