str_pad() pads a string to a fixed length by adding extra whitespace on the left, right, or both sides. x <- c("abc", "defghi") str_pad(x, 10) # default ...
確定! 回上一頁