You can get the length of the string with str_length() : str_length("abc") #> [1] 3. This is now equivalent to the base R function nchar() .
確定! 回上一頁