This function was an analogue of dplyr::rename()
. It was deprecated because you can now use
dsTidyverseClient::ds.rename()
which is much quicker and more flexible.
Arguments
- df
Character specifying a server-side data frame.
- current_names
Character vector of columns within
df
to rename.- new_names
Character vector giving the new names for the columns specified in
current_names
.- conns
DataSHIELD connections object.
- checks
Logical; if TRUE checks are performed prior to running the function. Default is TRUE.