Nothing
#' 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))
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.