test_function <-
function(data,
grouper) {
data %>%
mutate_all_char() %>%
tidyr::pivot_longer(cols = !{{ grouper }})
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.