Nothing
destructure <- function(object) {
UseMethod("destructure")
}
#' @export
destructure.default <- function(object) {
object
}
#' @export
destructure.numeric_version <- function(object) {
unclass(object)[[1L]]
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.