internal.functions {arsenal} | R Documentation |
Internal Functions
Description
Internal Functions
Usage
smart.split(string, width = Inf, min.split = -Inf)
replace2(x, list, values)
Arguments
string |
A character vector |
width |
Either |
min.split |
Either |
x |
vector |
list |
an index vector |
values |
replacement values |
Value
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.
See Also
[Package arsenal version 3.6.3 Index]