r - get all the combinations of 10 factor variables -


i have 10 factor variables, want possible unique combinations of factor variables level wise.

my dataframe has following data variables:

data vars

and want output formatted below:

output

unique(dataframe_name) 

this command display unique values in dataframe.

unique_data <- subset(unique(dataframe_name)) 

Comments

Popular posts from this blog

magento2 - Magento 2 admin grid add filter to collection -

Android volley - avoid multiple requests of the same kind to the server? -

Combining PHP Registration and Login into one class with multiple functions in one PHP file -