devolver.disyuntivos {loadeR} | R Documentation |
Back disjunctive column to original.
Description
Back disjunctive column to original.
Usage
devolver.disyuntivos(data, var)
Arguments
data |
a data.frame object. |
var |
the column name that is disyunctive. |
Value
A data.frame object before apply disjunctive code.
Author(s)
Diego Jimenez <diego.jimenez@promidat.com>
Examples
r <- datos.disyuntivos(iris, "Species")
devolver.disyuntivos(r, "Species")
[Package loadeR version 1.2.0 Index]