do (version 1.4.0.0)

dump.it: Create dump matrix for a vector

Description

Create dump matrix for a vector

Usage

dump.it(..., include.name = TRUE)

Arguments

...

one vector

include.name

logical, default is TRUE, wether to include name of variable

Value

a dump matix contains 0 and 1

Examples

Run this code
# NOT RUN {
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