roxy | R Documentation |
'Groq': Code Documentation in roxygen2 style or any other
roxy(code = NULL, inLineDocumentation = "roxygen2", ...)
code |
The code to be documented by 'Groq'. If not provided, it will use what's copied on the clipboard. |
inLineDocumentation |
any documentation style. Defaults to roxygen2. |
... |
Following arguments can be set manually or in .Renviron:
|
A character value with the response generated by 'Groq'.
## Not run:
cat(roxy("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.