View source: R/mod_carga_datos_utils.R
datos.disyuntivos | R Documentation |
Create disjunctive columns to a data.frame.
datos.disyuntivos(data, var)
data |
a data.frame object. |
var |
the column name to apply disjunctive code. |
A data.frame object after apply disjunctive code.
Diego Jimenez <diego.jimenez@promidat.com>
datos.disyuntivos(iris, "Species")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.