Description Usage Arguments Value just Examples
in geo analysis,this function can help you simplify pdata, delete columns with unique values,which can't be used as group vector
1 | dumd(x)
|
x |
A data.frame. |
The simple data.frame of columns unique values count in x
See what are you doing
1 2 3 4 | 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.