regressoR (version 1.1.7)

code_deactivate: code_deactivate

Description

creates the code that deactivates the selected variables of the data.

Usage

code_deactivate(variables, d = "datos")

Arguments

variables

the name of the variables to be deactivated.

d

the name of the current data.

Examples

Run this code
# NOT RUN {
iris2 <- iris
x <- code_deactivate('Species', 'iris2')
exe(x)
head(iris2)

# }

Run the code above in your browser using DataLab