#' GetSuccess
#'
#' @description Current value from session$Success
#' @param session BasexClient instance-ID
#'
#' @return Current value
#'
#' @export
GetSuccess <- function(session) {
return(session$get_success())
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.