str_sort: 针对字符串进行重排序

View source: R/01-vec_character.R

str_sortR Documentation

针对字符串进行重排序

Description

针对字符串进行重排序

Usage

str_sort(x = "L57,L81,L92,L99,L04,L63,L68,L72", desc = FALSE)

Arguments

x

变量,如L57,L81,L92,L99,L68,L72,L04,L63

desc

是否降序

Value

返回值y,L57,L81,L92,L99,L04,L63,L68,L72

Examples

str_sort()

takewiki/tsdo documentation built on July 5, 2023, 10:57 p.m.