.checkConvt2Vect | R Documentation |
This function allows converting 'dat' (may be list, data.frame etc) to simple vector, more elaborate than unlist()
.checkConvt2Vect(dat, toNumeric = TRUE)
dat |
(list, data.frame) main input |
toNumeric |
(logical) |
character (or numeric) vector
unlist
; used in equLenNumber
aa <- matrix(11:14, ncol=2)
.checkConvt2Vect(aa)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.