codeComment {groqR} | R Documentation |
'Groq': Comment code
Description
'Groq': Comment code
Usage
codeComment(code = NULL, ...)
Arguments
code |
The code to be commented 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(codeComment("z <- function(x) scale(x)^2"))
## End(Not run)
[Package groqR version 0.0.1 Index]