df示例: a = c("a_1", "b_1", "b_2", "b_3", "c_1") b = c(1,2,3,4,5) df = cbind.data.frame(a,b). 如何在dplyr管道中使用str_replace替换_之后(包括_)的所有文本 ...
確定! 回上一頁