dumd | R Documentation |
in geo analysis,this function can help you simplify pdata, delete columns with unique values,which can't be used as group vector
dumd(x)
x |
A data.frame. |
The simple data.frame of columns unique values count in x
dumd(iris)
data(ToothGrowth)
x = ToothGrowth
dumd(ToothGrowth)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.