#' Print the network
#' Print the network, doesn't show attributes
#'
#' @param x output from \code{\link{build_network}}
#'
#' @export
print.robnet <- function(x){
attributes(x, "model") <- NULL
print(x)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.