# Utility functions for tidybayes
#
# Author: mjskay
###############################################################################
# deparse that is guaranteed to return a single string (instead of
# a list of strings if the expression goes to multiple lines)
deparse0 = function(expr, width.cutoff = 500, ...) {
paste0(deparse(expr, width.cutoff = width.cutoff, ...), collapse = "")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.