Convert a numerical vector into a range string.
Convert a numerical vector into a range string.
toRangeStr(x, range.sep = " - ", block.sep = ", ")
x |
[ |
range.sep |
[ |
block.sep |
[ |
[character(1)
]
x = sample(1:10, 7) toRangeStr(x)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.