R/hypothesize.R

Defines functions hypothesize

Documented in hypothesize

#' Construct hypotheses.
#'
#' @param x An object.
#' @param ... Other arguments passed to methods
#'
#' @section Methods:
#' \Sexpr[stage=render,results=rd]{generics:::methods_rd("hypothesize")}
#'
#' @export
hypothesize <- function(x, ...) {
  UseMethod("hypothesize")
}

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.