R/zzz.R

Defines functions hasName

#' @import grid

#' @importFrom R6 R6Class

#' @importFrom grDevices dev.capabilities dev.new devAskNewPage
#' @importFrom rlang .data abort inform warn %||%
#' @importFrom tibble tibble
#' @importFrom utils head packageDescription packageVersion tail
NULL

hasName <- function(x, name) match(name, names(x), nomatch = 0L) > 0L

Try the piecepackr package in your browser

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

piecepackr documentation built on Sept. 11, 2024, 9:09 p.m.