Learn R Programming

BMSC (version 0.2.1)

sortAndPaste: Sort a vector and collapse elements together using ":"

Description

Sort a vector and collapse elements together using ":"

Usage

sortAndPaste(x)

Arguments

x

Vector

Examples

Run this code
# NOT RUN {
BMSC:::sortAndPaste(c("var1", "var2"))
# }

Run the code above in your browser using DataLab