Nothing
#' @title rnames method for stute_test
#' @name rnames.stute_test
#' @description A customized rnames method for stute_test output
#' @param obj A stute_test object
#' @param ... Undocumented
#' @import rnames
#' @returns The same output as rnames.
#' @export
#' @noRd
rnames.stute_test <- function(obj, ...) {
class(obj) <- "list"
return(rnames(obj = 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.