R nchar()

1 개요[ | ]

R nchar()
  • 문자의 수를 세는 함수
nchar("hello")
nchar("")
x <- "hello world"
nchar(x)
x <- c("asfef", "qwerty", "yuiop[", "b", "stuff.blah.yech")
nchar(x)

2 같이 보기[ | ]

3 참고[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}