elements_wider <- function(data, name, value) {
tidyr::pivot_wider(data, names_from = tidyselect::all_of(name),
values_from = tidyselect::all_of(value))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.