powered by
creates the code that deactivates the selected variables of the data.
code_deactivate(variables, d = "datos")
the name of the variables to be deactivated.
the name of the current data.
# NOT RUN { iris2 <- iris x <- code_deactivate('Species', 'iris2') exe(x) head(iris2) # }
Run the code above in your browser using DataLab