dplyr mutate 将单列值替换为ifelse ... df$status <- df$status %>% mutate(status = str_replace("Charged On", "100")) df$status <- df$status ...
確定! 回上一頁