dump.it | R Documentation |
Create dump matrix for a vector
dump.it(..., include.name = TRUE)
... |
one vector |
include.name |
logical, default is TRUE, wether to include name of variable |
a dump matix contains 0 and 1
x=c('a','b','c','a','a')
dump.it(x)
dump.it(mtcars$am)
dump.it(mtcars[,'am'])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.