clean_practice_area_data <- function(data) {
data %>%
janitor::clean_names() %>%
dplyr::mutate(pract = stringr::str_replace_all(pract, "\r\n", "<br>"))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.