String 字元/Length 量測長度

  • R 語言
    • length() 函數: 僅能用來量測陣列長度
    • nchar() 函數: 量測單一文字的長度
      • number of characters 的縮寫
shaq <- "Shaquille O'Neal"
nchar(shaq)
## [1] 16# 空格或者單引號,也都佔有長度 1,因此雖然 shaq 中只有 14 個英文字母,但長度計算為 16

Reference:

results matching ""

    No results matching ""