wendtke / psyphr

legacy repo for R package suite for psychophysiological data; see github.com/psyphr-dev
1 stars 1 forks source link

Cast data into correct type #23

Closed iqis closed 5 years ago

iqis commented 5 years ago

Currently all data are read in verbatim as "character". Make a parseMW() function family to address all kinds, then call from readMW() family

Use dplyr::mutate_*() family. Keep categorical variables as "character" or press into "factor"? @wendtke This also begs another question, what are the possible levels of a factor? e.g. SCR Type in SCR Stats from EDA databook.

iqis commented 5 years ago

Depends on #32 and possibly #33.

iqis commented 5 years ago

guess col type with tidyr for now. may need to pay attention to "time" and "segment number" cols in the future

merged into siqi