tests/testthat/testGenericsExtension/R/a.r

#' @importFrom generics tidy
#' @export
generics::tidy

#' Test default
#'
#' @param x A parameter
#'
#' @rdname tidy-special
#'
#' @export
tidy.special_method <- function(x, ...) {
  x
}

Try the generics package in your browser

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

generics documentation built on July 6, 2022, 1:08 a.m.