order_string: Order the characters in a single string

View source: R/formatting.R

order_stringR Documentation

Order the characters in a single string

Description

Order the characters in a single string

Usage

order_string(x)

Arguments

x

String

Value

String with individual characters in order

Examples

x = "023521"
order_string(x)

BIO-RSG/oceancolouR documentation built on Feb. 2, 2025, 2:01 a.m.