df2 <- df %>% mutate(dateAdded = str_replace_all(string = dateAdded, pattern = "-",replacement = ".")) head(df2)
確定! 回上一頁