debug | R Documentation |
'Groq': Find Issues in Code
debug(code = NULL, ...)
code |
The code to be analyzed by 'Groq'. If not provided, it will use what's copied on the clipboard. |
... |
Following arguments can be set manually or in .Renviron:
|
A character value with the response generated by 'Groq'.
## Not run:
cat(debug("z <- function(x) scale(x)2"))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.