Reads in a CSV of reordered attributes and levels, and applies it to a projoint_data
object.
read_labels.Rd
For users interested in reordering the attributes and levels of their conjoint data set.
First save the existing order to a CSV using save_labels
, then manually reorder them in the CSV.
Finally, use this function to read in the modified CSV and automatically apply the new order to the existing projoint_data
.
Arguments
- .data
A
projoint_data
object- .filename
The name of a revised CSV file, originally derived from
save_labels
, after manual arrangement
Value
A projoint object of class projoint_data
ready to pass to projoint
.