dummify | R Documentation |
Dummify all non-numeric or dplyr::selected columns (chr vector) of a data.frame
dummify(.data, .col = NULL, sep = "_")
dummify(ggplot2::diamonds, "cut")
dummify(ggplot2::diamonds)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.