... stringr package library("stringr") # Load stringr package str_replace_all (x, "y", "NEW") # Applying str_replace_all str_replace(x, "y", ...
確定! 回上一頁