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