Skip to contents

Small helper function to define the proper order per individual/site, to arrange the sites/individuals properly within the application. Arranges first on all string letters, and then on the numbers.

Usage

order_string(string = appdata$`CBC regular`$subject_id)

Arguments

string

Character string to be used.

Value

An ordered string.

Examples

if (FALSE) { # \dontrun{
order_string(rownames(mtcars))
} # }