#' map_type_names
#' @export map_type_names
map_type_names <- function(type_names) {
imap_dfr(
type_names, function(x, y) {
tibble(
label = x,
snake = y
)
}
)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.