# NOT RUN {
# Automatic use of languages and scores
Sys.setenv("LARES_LANG" = "es")
scrabble_words(
tiles = "hola",
free = 2,
force_start = "h",
# force_end = "",
force_str = "_o_a",
force_n = 5,
force_max = 0,
quiet = TRUE
)
# Words considered for a language (you can custom it too!)
es_words <- scrabble_dictionary("es")
# }
Run the code above in your browser using DataLab