#' @export
print.character <- function(x) {
samp <- runif(length(x)) < 0.3
x[samp] <- sub(" [[:alpha:]]+ [[:alpha:]]+ [[:alpha:]]+[.]*$"," covfefe", x[samp])
print.default(x)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.