leeper / cregg

Simple Conjoint Analyses, Tidying, and Visualization
Other
49 stars 7 forks source link

Function to parse feature strings #5

Closed leeper closed 6 years ago

leeper commented 6 years ago

In my conjoint example for Qualtrics, features levels are stored in a pipe-separated character vector. Would be nice to be able to auto-parse this and add to the original data.

leeper commented 6 years ago

This probably isn't necessary. Folks may not be using that example and if they are, they can just use tidyr::separate().