View source: R/smith_waterman.R
tokenize_letters | R Documentation |
Tokenise text into a sequence of characters
tokenize_letters(x)
x |
a character string of length 1 |
a character vector with the sequence of characters in x
strsplit
tokenize_letters("This function just chunks up text in letters\nOK?")
tokenize_letters("Joske Vermeulen")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.