Description Usage Arguments Value Author(s) See Also Examples
Mimics dplyr::rename using base R and rlang
1 |
.data |
data.frame |
... |
variables to rename |
data.frame
Jonathan Sidi
1 2 3 | airquality%>%
b_rename(tmp = Temp,day = Day)%>%
head()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.