tempname | R Documentation |
Create unique names within a list, a data.frame, or an environment
tempname(where = globalenv(), n = 1, prefix = ".temp", inherits = TRUE)
where |
A chracter vector, list or an environment |
n |
An integar that specifies length of the output |
prefix |
A character vector that specifies prefix for new name |
inherits |
Should the name unique also in the enclosing frames of the environment? |
tempname(c("temp1", "temp3"), 4)
tempname(globalenv())
tempname(data.frame(temp = 1), n = 3)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.