R/SetSuccess.R

Defines functions SetSuccess

Documented in SetSuccess

#' SetSuccess
#'
#' @description Assign a new value to session$Success
#'
#' @param session BasexClient instance-ID
#' @param success Success-indicator for the last operation on the socket
#'
#' @examples
#' \dontrun{
#' SetSuccess(TRUE)
#' }
#'
#' @export
SetSuccess <- function(session, success) {
  return(session$set_success(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.