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.
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.