newNames | R Documentation |
rename list elements with standard evaluation
newNames(data, names, overwrite = F, skipMissing = TRUE, debug = F)
data |
A list (which can be a data.frame) |
names |
A list that contains elements "old" and "new" of equal length. |
overwrite |
If names$new contains a name of an existing element in data, should it be overwritten? |
skipMissing |
Just skip if names refers to non-existing elements? |
debug |
Start by calling browser()? |
This function is a pmxtricks internal. When using data.table, use setnames instead which is based on the same idea as this.
Other DataWrangling:
rbindIntersect()
,
rbindUnion()
,
roundDF()
,
roundResp0()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.