Description Usage Arguments Value See Also Examples
View source: R/renameRestrictCols.R
Reverse a name assignment map (which are written NEWNAME=OLDNAME).
1 | replyr_reverseMap(nmap)
|
nmap |
named list mapping with keys specifying new column names, and values as original column names. |
inverse map
let
, replyr_apply_f_mapped
, replyr_mapRestrictCols
1 2 3 | mp <- c(A='x', B='y')
print(mp)
replyr_reverseMap(mp)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.