lowering_character_columns <- function(db) { dplyr::mutate_if(db, is.character, stringr::str_to_lower) }
Add the following code to your website.
REMOVE THIS Copy to clipboard
For more information on customizing the embed code, read Embedding Snippets.