.seqCutStr {wrMisc} | R Documentation |
Cut string to get all variants from given start with min length, depreciated
Description
This function is depreciated, please use /cutStr
instead !
This function allows truncating character vector to all variants from given start, with min and optonal max length
Used to evaluate argument calls without giving full length of argument
Usage
.seqCutStr(txt, startFr = 1, minLe = 1, reverse = TRUE)
Arguments
txt |
(character) main input, may be length >1 |
startFr |
(interger) where to start |
minLe |
(interger) minimum length of output |
reverse |
(logical) return longest text-fragments at beginning of vector |
Value
This function returns a character vector
See Also
Examples
.seqCutStr("abcdefg", minLe=2)
[Package wrMisc version 1.15.1 Index]