nameIt | R Documentation |
'Groq': Create a Function or Variable Name
nameIt(code = NULL, namingConvention = "camelCase", ...)
code |
The code for which to give a variable name to its result. If not provided, it will use what's copied on the clipboard. |
namingConvention |
Defaults to "camelCase". |
... |
Following arguments can be set manually or in .Renviron:
|
A character value with the response generated by 'Groq'.
## Not run:
cat(nameIt("sapply(1:10, function(i) i ** 2)"))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.