powered by
Primarily intended to insert separators into a column of words, to facilitate manual segmentation and aligning.
addSeparators(x, separator = "|")
[character vector] The strings to be interspersed.
[character] The string with which to intersperse. Defaults to "|".
"|"
[character vector] A vector of interspersed strings.
# NOT RUN { addSeparators (c("word","mot","focal"), ".") # }
Run the code above in your browser using DataLab