powered by
Create dump matrix for a vector
dump.it(..., include.name = TRUE)
a dump matix contains 0 and 1
one vector
logical, default is TRUE, wether to include name of variable
x=c('a','b','c','a','a') dump.it(x) dump.it(mtcars$am) dump.it(mtcars[,'am'])
Run the code above in your browser using DataLab