R/str.coded.R

Defines functions str.code

#' @export
str.code <- function(object, ...) {
  #class(object) <- setdiff(class(object), "code")
  attr(object, "codelist") <- NULL
  NextMethod(object = object)
}

Try the codelist package in your browser

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

codelist documentation built on April 12, 2025, 2:25 a.m.