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 Nov. 3, 2024, 2:03 a.m.