dummy_tbl | R Documentation |
transforming a category tibble into the corresponding dummy variable tibble
dummy_tbl(tbl)
tbl |
A |
A tibble
a = tibble::tibble(x = 1:3,y = 4:6)
dummy_tbl(a)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.