toB64
Posted: Tue Sep 26, 2017 6:33 pm
Studying jmvcore I see that factors are preprocessed using toB64 function. In a module I'm developing, however, I got this:
# levels(dat$wfac)
[1] "0" "1"
jmvcore::toB64(levels(dat$wfac))
"MA" "MQ"
What is the purpose of preprocessing factor levels like this. Is there a guideline or can we skip iin module development?
# levels(dat$wfac)
[1] "0" "1"
jmvcore::toB64(levels(dat$wfac))
"MA" "MQ"
What is the purpose of preprocessing factor levels like this. Is there a guideline or can we skip iin module development?