Nchar | R Documentation |
Number of Characters
Nchar(x)
x |
can be number, strings, verctors, dataframe or matrix. |
number of characters in each location
Nchar("abcd")
Nchar(c("abc","gjh"))
df = data.frame(
a = c(1,12,12.3),
b = c("a","ab","abc")
)
Nchar(df)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.