stevecondylios / dictionaRy

An R interface to the English Dictionary
Other
6 stars 0 forks source link

404 error with example #7

Open bengoehring opened 1 year ago

bengoehring commented 1 year ago

Hi there,

Thanks for writing this package. I am getting a 404 error (rather a tibble with zero rows) when I run the code in the example:

words <- c("paint", "sldkfjlsdjkf")
purrr::map_df(words, ~ define(.x))

That is fine, as I can just catch errors when a word is undefined, but I just wanted to give you a heads up!

Thanks, Ben