#' @export
print.phrasenet <- function(x, ...) {
msg <- paste(
"Phrase net of",
crayon::blue(prettyNum(nrow(x), big.mark = ",")),
"connections.\n"
)
cat(msg, ...)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.