Description Usage Arguments Details Author(s) See Also Examples
rename
Rename variable
1 2 3 4 5 6 7 8 9 10 |
data |
Data Frame |
old.var |
R object or list |
new.var |
R object or list |
... |
Optional arguments |
rename
changes the name of an existing variable old_varname to new_varname;
the contents of the variable are unchanged.
Groups of variables can be also renamed by specifying variables in a list.
Myo Minn Oo (Email: dr.myominnoo@gmail.com | Website: https://myominnoo.github.io/)
1 2 3 4 5 6 7 8 9 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.