Given a list of letters and a dictionary, is there a pangram?
has_pangram(game_letters, dictionary = normal)
A character vector of letters in the format of c("l", "e", "t", "r", "s") or "letrs"
A character list of words---defaults to the normal list from the package.
Logical: TRUE if a pangram exists; FALSE if not.