trim whitespace from a string 2021-11-10 本文已影响0人 为了梦走一遭 Trim whitespace from a string str_trim(string, side=c("both", "left", "right")) str_squish(string) copy from https://stringr.tidyverse.org/reference/str_trim.html