R/levels.R

Defines functions levels.term_rcrd levels.term

#' @export
levels.term <- function(x) {
  # Allows rbind(), #40
  # FIXME: Remove method after https://github.com/r-lib/vctrs/issues/1186
  NULL
}

#' @export
levels.term_rcrd <- function(x) {
  # Allows rbind(), #40
  # FIXME: Remove method after https://github.com/r-lib/vctrs/issues/1186
  NULL
}

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.