R/serialize.R

Defines functions serialize

#' @description 
#' Convert `self` to a list 
#' @noRd
serialize <- function(x, ...){
  UseMethod("serialize", x)
}

Try the deident package in your browser

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

deident documentation built on April 3, 2025, 6:14 p.m.