#' @export
is_successful <- function(object, ...) {
UseMethod("is_successful")
}
#' @export
is_successful.instrumentr_call <- function(object, ...) {
.Call(C_call_is_successful, object)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.