aiorazabala / qmethod

R package to analyse Q methodology data
GNU General Public License v2.0
34 stars 18 forks source link

modularize q-sort import function #305

Closed maxheld83 closed 7 years ago

maxheld83 commented 8 years ago

@aiorazabala suggested:

Separate the function that imports individual CSV files into a Q sort (a row or a column). I think this is very important, some people (especially with small studies) may not want to engage in the complications of the file structure and information that your functions require, but just want to import Q sorts from a CSV and put it in a simple table.

maxheld83 commented 8 years ago

agreed! modularizing this is the way to go, and will make this a lot easier to use for simpler / more flexible use cases. I'm not quite sure whether this should be done as part of 1.4.0 or maybe can wait until later (since this has been out a while anyway).

So I'm guessing the best way might be to have a separate import function which does only the simplest thing, and then to have a wrapper around that with all the fancy stuff.

maxheld83 commented 7 years ago

duplicated in https://github.com/QWrks/pensieve/issues/242