Nothing
#' Prints a extracted Object
#'
#' Prints a \code{extracted} object
#'
#' @param x The \code{extracted} object.
#' @param \ldots Ignored.
#' @export
#' @method print extracted
print.extracted <- function(x, ...){
class(x) <- "list"
print(x)
}
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.