Last chance! 50% off unlimited learning
Sale ends in
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
.seqCutStr(txt, startFr = 1, minLe = 1, reverse = TRUE)
This function returns a character vector
(character) main input, may be length >1
(interger) where to start
(interger) minimum length of output
(logical) return longest text-fragments at beginning of vector
pasteC
; substr
.seqCutStr("abcdefg", minLe=2)
Run the code above in your browser using DataLab