This function creates a data frame of of all possible combinations of attribute levels.
cbc_profiles(...)
Any number of named vectors defining each attribute and their levels,
e.g. price = c(1, 2, 3)
. Separate each vector by a comma.
A data frame of all possible combinations of attribute levels.