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 April 30, 2024, 7:54 a.m.