emptyTheseVariables {eatGADS} | R Documentation |
Set variables to NA
.
Description
Set all values within one or multiple variables to NA
.
Usage
emptyTheseVariables(GADSdat, vars, label_suffix = "")
Arguments
GADSdat |
A |
vars |
Character vector of variable names which should be set to |
label_suffix |
Suffix added to variable labels for the affected variables in the |
Value
Returns the recoded GADSdat
.
Examples
# empty multiple variables
pisa2 <- emptyTheseVariables(pisa, vars = c("idstud", "idschool"))
[Package eatGADS version 1.1.0 Index]