Contact: aviboots(AT)netvision.net.il
39,850 questions
51,771 answers
573 users
str = "R Programming" length = nchar(str) print(length) # run: # # [1] 13 #