translater {groqR} | R Documentation |
'Groq': Translate Text
Description
'Groq': Translate Text
Usage
translater(text = NULL, toLanguage = "German", ...)
Arguments
text |
The text to be translated by 'Groq'. If not provided, it will use what's copied on the clipboard. |
toLanguage |
The language to be translated into. |
... |
Following arguments can be set manually or in .Renviron:
|
Value
A character value with the response generated by 'Groq'.
Examples
## Not run:
translater("Dear Recipient, I hope this message finds you well.")
## End(Not run)