rename {bupaR} | R Documentation |
Rename log
Description
These objects are imported from other packages. Follow the links below to see their documentation.
- dplyr
Usage
## S3 method for class 'log'
rename(.data, ...)
## S3 method for class 'grouped_log'
rename(.data, ...)
Arguments
.data |
|
... |
Variables to rename. Use "new_name" = "old_name" to rename selected variables. |
Methods (by class)
-
rename(log)
: Rename log -
rename(grouped_log)
: Rename grouped log
[Package bupaR version 0.5.4 Index]