Description Usage Arguments Value Examples
qualify a map to be umambiguous and effective (no NA)
1 |
df |
tibble. |
tibble.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | tibble::tribble(
~from, ~to,
NA, 1,
'B', NA,
NA, NA,
'C', 3
) %>% qualify_map
tibble::tribble(
~from, ~to,
'A', 0.5,
'A', 1.5,
'B', 2
) %>% qualify_map
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.