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