Closed leeper closed 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.
This probably isn't necessary. Folks may not be using that example and if they are, they can just use tidyr::separate().
tidyr::separate()
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.