.checkConvt2Vect {wrMisc} | R Documentation |
Convert to simple vector (similar to unlist)
Description
This function allows converting 'dat' (may be list, data.frame etc) to simple vector, more elaborate than unlist()
Usage
.checkConvt2Vect(dat, toNumeric = TRUE)
Arguments
dat |
(list, data.frame) main input |
toNumeric |
(logical) |
Value
character (or numeric) vector
See Also
unlist
; used in equLenNumber
Examples
aa <- matrix(11:14, ncol=2)
.checkConvt2Vect(aa)
[Package wrMisc version 1.15.1 Index]