Sort a vector by it's name
sort_names(x, numeric = FALSE)
x
A named vector of values
numeric
If TRUE will try to coerce to numeric
TRUE
x sorted by its names()
names()