想给自己的数据里的两个列改个名字,运行下面代码的时候第一次运行成功了,
tcga_test <- tcga_test %>%
rename(OS.status = OS) %>%
rename(OS = OS.time)
可是再一次运行的时候,就一直报错,提示:
Error in h(simpleError(msg, call)) : error in evaluating the argument 'x' in selecting a method for function 'rename': arguments in '...' must be character and not NA
有大佬知道咋回事嘛😭😭😭
有