to_na {gratia} | R Documentation |
Sets the elements of vector to NA
Description
Given a vector i
indexing the elements of x
, sets the selected elements
of x
to NA
.
Usage
to_na(x, i)
Arguments
x |
vector of values |
i |
vector of values used to subset |
Value
Returns x
with possibly some elements set to NA
[Package gratia version 0.9.2 Index]