R/rnames.R

Defines functions rnames.did_had

#' rnames method for did_had
#' @name rnames.did_had
#' @param obj obj
#' @param ... Undefined
#' @import rnames
#' @returns The sub-list map of a did_had object.
#' @export
#' @noRd
rnames.did_had <- function(obj, ...) {
    class(obj) <- "list"
    return(rnames(obj))
}

Try the DIDHAD package in your browser

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

DIDHAD documentation built on Sept. 11, 2024, 5:52 p.m.