R/sort.names.R

Defines functions sort.names

sort.names <-
function(x)  x[order(names(x))]

Try the tumblR package in your browser

Any scripts or data that you put into this service are public.

tumblR documentation built on March 18, 2020, 5:09 p.m.