Description Usage Arguments Value Note Examples
This function just removes the need to look up how to do this (fairly common) operation, which I seem to have to do all the time, because I can't remember the (little used) syntax.
1 | getNameAsString(pVarName)
|
pVarName |
A variable name (no quotes or anything) |
The variable name as a string
Internal Function; NOT EXPORTED
1 2 | # Returns c("myVariable")
vStr <- getNameAsString(myVariable)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.