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