#' @title Fix Names
#' @description For Pretty printing statistical models
#' @import dplyr stringr
#' @export
fix_names <- . %>%
str_replace(".Intercept.", "Intercept") %>%
str_replace_all(":", " x ")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.