deeplr
deeplr copied to clipboard
An R wrapper for the DeepL Translator API
When detect2 is given NA, it fails before authentication as there's a missing value at the utf8 check. The expected functionality would be to note the position of the NAs...
Hi, Is there any way to enable xml tag handling with this package? I am trying to translate data from dutch to english. The data is scraped from a website...
It would ease things if you could read the Deepl API key from an environment variable (e.g., `DEEPL_API_KEY`) if no `auth_key` is given as parameter.