maxnchar | R Documentation |
Return maximum character number except NA
maxnchar(x)
x |
a vector |
A numeric vector of length 1
x=c(1,2,"sadf",NA)
maxnchar(x)
data(acs,package="moonBook")
lapply(acs,maxnchar)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.