| list_phrase | R Documentation |
List Phrases
list_phrase(tb, loc = 2)
tb |
tibble; data to list prefixes in |
loc |
number of location to list. For example |
character
tb <- tibble::tibble(pop = 10, pop_2020_est = 9, pop_white_2020 = 8, pop_black_2020 = 2)
list_phrase(tb)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.