Skip to main content
AI Assist is now on Stack Overflow. Start a chat to get instant answers from across the network. Sign up to save and share your chats.
Code on a separated line
Source Link
A.L
  • 10.6k
  • 10
  • 73
  • 106

As of October 2014 this can now be done easily in the dplyr package: rename(data, d = b).

rename(data, d = b) 

As of October 2014 this can now be done easily in the dplyr package: rename(data, d = b).

As of October 2014 this can now be done easily in the dplyr package:

rename(data, d = b) 
Source Link
Sam Firke
  • 23.4k
  • 11
  • 100
  • 117

As of October 2014 this can now be done easily in the dplyr package: rename(data, d = b).