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

Lists in Python -

android - can not access to progress bar in an other activity -

java - Vaadin 7 Pass Data Between Views -