R/vec-ptype2.R

Defines functions vec_ptype2.term_rcrd.term_rcrd vec_ptype2.character.term vec_ptype2.term.character vec_ptype2.term.default

#' @export
vec_ptype2.term.default <- function(x, y, ..., x_arg = "x", y_arg = "y") {
  vec_default_ptype2(x, y, x_arg = x_arg, y_arg = y_arg)
}

#' @export
vec_ptype2.term.character <- function(x, y, ...) character()

#' @export
vec_ptype2.character.term <- function(x, y, ...) character()

#' @export
vec_ptype2.term_rcrd.term_rcrd <- function(x, y, ...) {
  x
}

Try the term package in your browser

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

term documentation built on Sept. 29, 2022, 5:14 p.m.