R/str-nice-nums.R

#' Make string numbers comply with alphabetical order
#'
#' See [strex::str_alphord_nums()].
#'
#' @inheritParams strex::str_alphord_nums
#' @export
nice_nums <- strex::str_alphord_nums

#' @rdname nice_nums
#' @export
str_nice_nums <- nice_nums

#' @rdname nice_nums
#' @export
str_alphord_nums <- nice_nums

#' @rdname nice_nums
#' @export
alphord_nums <- nice_nums

Try the filesstrings package in your browser

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

filesstrings documentation built on Feb. 16, 2023, 7:25 p.m.