list_suff | R Documentation |
List Suffixes
list_suff(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_suff(tb)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.