Change names in a function in R

前端 未结 0 742
轮回少年
轮回少年 2020-11-21 15:43

I can use the following code to change the name in the cells in my data.frame:

df$column <- gsub("Old name", "New name", df$column)


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题