R nchar()

Jmnote (토론 | 기여)님의 2021년 4월 14일 (수) 20:48 판 (→‎개요)

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 }}