Internal Functions
smart.split(string, width = Inf, min.split = -Inf) replace2(x, list, values)
| string | A character vector |
|---|---|
| width | Either |
| min.split | Either |
| x | vector |
| list | an index vector |
| values | replacement values |
For smart.split, a list of the same length as string, with each element being
the "intelligently" split string.
For replace2, a vector with the proper values replaced.