translater | R Documentation |
'Groq': Translate Text
translater(text = NULL, toLanguage = "German", ...)
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:
|
A character value with the response generated by 'Groq'.
## Not run:
translater("Dear Recipient, I hope this message finds you well.")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.