powered by
In data frames with factor variables, convert any observation with "" into <NA>.
missingLevel(data)
Returns the same data frame with """" replaced by <NA>
""""
<NA>
in factor variables.
a data frame with factor variables.
Laura Chihara
In a factor variable with the level """", this command will convert this to an <NA>.