R/compile.R

Defines functions compile

Documented in compile

#' Configure an object
#'
#' Finalizes or completes an object.
#'
#' @section Methods:
#' \Sexpr[stage=render,results=rd]{generics:::methods_rd("compile")}
#'
#' @param object An object. See the individual method for specifics.
#' @param ... Other arguments passed to methods
#' @export
compile <- function(object, ...) {
  UseMethod("compile")
}

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.