powered by
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)
The simple data.frame of columns unique values count in x
x
A data.frame.
dumd(iris) data(ToothGrowth) x = ToothGrowth dumd(ToothGrowth)
Run the code above in your browser using DataLab