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