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