Describe nchar() in r string manipulation?



Describe nchar() in r string manipulation?..

Answer / Avaneesh Kumar

In R, `nchar()` function returns the number of characters in a string. For example: `x <- 'Hello'; nchar(x) # Returns 5`

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More R Programming Interview Questions

What is bytecode compilation?

1 Answers  


Explain the usage of which() function in r language?

1 Answers  


How will you merge two dataframes in r programming language?

1 Answers  


What is JIT in R?

1 Answers  


Which function is used to create a histogram visualisation in r programming language?

1 Answers  


What is recursive function in r?

1 Answers  


What is the table in r?

1 Answers  


What is the tree in r?

1 Answers  


What is the use of sample and subset functions in R programming language?

1 Answers  


Explain the type of clustering in R?

1 Answers  


How would you extract one particular word from a string?

1 Answers  


List out some of the function that R provides?

1 Answers  


Categories