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:
and want output formatted below:
unique(dataframe_name)
this command display unique values in dataframe.
unique_data <- subset(unique(dataframe_name))
Comments
Post a Comment