Learn R Programming

name (version 0.0.2)

list_pref: List Prefixes

Description

List Prefixes

Usage

list_pref(tb)

Value

character

Arguments

tb

tibble; data to list prefixes in

Examples

Run this code
tb <- tibble::tibble(pop = 10, pop_2020_est = 9, pop_white_2020 = 8, pop_black_2020 = 2)
list_pref(tb)

Run the code above in your browser using DataLab