我们可以使用str_replace_all方法来替换某一列中的多个字符串。 语法: str_replace_all(dataframe$column_name, c(“string1” = “new string”,…………….., ...
確定! 回上一頁