sort_pref: Sort by Prefix

View source: R/sort.R

sort_prefR Documentation

Sort by Prefix

Description

Sort by Prefix

Usage

sort_pref(x)

Arguments

x

character; strings to sort

Value

character

Examples

x <- c('pop', 'pop_2020_est', 'pop_white_2020', 'pop_black_2020')
sort_pref(x)

name documentation built on Sept. 9, 2025, 5:35 p.m.