reduce.vector.expression {DTwrappers} | R Documentation |
Takes a numeric vector and produces a statement with a more compact representation. For instance, c(1,2,3,4) would become '1:4' and c(1:3, 4:6) could become '1:6'.
reduce.vector.expression(x)
x |
a numeric vector |
None