R/RestoreIntercept.R

Defines functions RestoreIntercept

Documented in RestoreIntercept

#' RestoreIntercept
#'
#' @param session BasexClient instance-ID
#'
#' @description Restore Intercept to original new value
#'
#' @details This method returns \emph{self} invisibly, thus making it possible to chain together multiple method calls.
#'
#' @export
RestoreIntercept <- function(session) {
  return(session$restore_intercept())
}

Try the RBaseX package in your browser

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

RBaseX documentation built on Dec. 2, 2022, 5:10 p.m.