R/GetSuccess.R

Defines functions GetSuccess

Documented in GetSuccess

#' GetSuccess
#'
#' @description Current value from session$Success
#' @param session BasexClient instance-ID
#'
#' @return Current value
#'
#' @export
GetSuccess <- function(session) {
  return(session$get_success())
}

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.