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