powered by
This function allows converting 'dat' (may be list, data.frame etc) to simple vector, more elaborate than unlist()
.checkConvt2Vect(dat, toNumeric = TRUE)
character (or numeric) vector
(list, data.frame) main input
(logical)
unlist; used in equLenNumber
unlist
equLenNumber
aa <- matrix(11:14, ncol=2) .checkConvt2Vect(aa)
Run the code above in your browser using DataLab