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