I want to replace all these within my dplyr pipe. How can I do this? I have tried, for example, df %>% dplyr::mutate(p.value=str_replace(p.value, "[ .] ...
確定! 回上一頁