Skip to contents

Split definition character and count

Usage

splitSpa12(word)

Arguments

word

the fullword to split

Value

whole word from the given text

Examples

if (FALSE) {
wordtodefine <- "smile v"
splitSpa12(wordtodefine)
}