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