coder {groqR} | R Documentation |
'Groq': Finish code
Description
'Groq': Finish code
Usage
coder(code = NULL, ...)
Arguments
code |
The code to be completed 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:
cat(coder("# A function to square a vector\nsquare_each <- function("))
## End(Not run)
[Package groqR version 0.0.1 Index]