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