uniqueID | R Documentation |
uniqueID()
When used with lapply on a data frame it counts the number of unique variables in each column
uniqueID(x)
x |
a data frame |
The number of unique variables by column. The unique ID should equal the total number of observations in the dataframe.
lapply(dataframe, FUN = uniqueID)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.