Last chance! 50% off unlimited learning
Sale ends in
Download words from 4 different languages: English, Spanish,
German, and French. Words will be save into the temp
directory.
This is an auxiliary function. You may want to use scrabble_words
directly if you are searching for the highest score words!
scrabble_dictionary(language)
Character. Any of "en","es","de","fr". Set to "none"
if you wish to skip this step (and use words
parameter in
scrabble_words
instead).
data.frame with words and language columns.
Other Scrabble:
scrabble_points()
,
scrabble_score()
,
scrabble_words()
# NOT RUN {
# For Spanish words
dictionary <- scrabble_dictionary("es")
# }
Run the code above in your browser using DataLab