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