View source: R/embed_wordlist.R
embed_wordlist | R Documentation |
Takes a vector of character (each with 5 letters) and transforms it to a numeric vector of length 26*5=130.
embed_wordlist(wl)
wl |
character, each 5 letters long, all lowercase letters |
E.g. 3rd letter is m (13th letter in the alphabet), then the 26*2+13=65th position of the answer is 1.
numeric
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.