Nothing
#' Print the results of nullhespdiv object
#'
#' @method print nullhespdiv
#' @description print method for nullhespdiv class object
#' @param x A nullhespdiv class object
#' @param ... other arguments
#' @return x
#' @author Liudas Daumantas
#' @export
print.nullhespdiv <- function(x, ...){
print(x[[1]])
invisible(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.