Scrabble_score {geocacheR} | R Documentation |
Find the Scrabble value of words
Scrabble_score(x, language = "en")
x |
A vector of character strings |
language |
A character string for the linguistic Scrabble edition, conforming to ISO 639-1 Current supported languages: en |
An integer vector
Scrabble_score(c("kwyjibo", "jozxyqk"))