R/GetIntercept.R

Defines functions GetIntercept

Documented in GetIntercept

#' GetIntercept
#'
#' @description Current value for session$Intercept
#' @param session BasexClient instance-ID
#'
#' @return Current value
#'
#' @export
GetIntercept <- function(session) {
  return(session$get_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.