[out, tf] =
rmmissing (obj)
¶[out, tf] =
rmmissing (obj, indicator)
¶[out, tf] =
rmmissing (…, 'DataVariables'
, vars)
¶[out, tf] =
rmmissing (…, 'MinNumMissing'
, minNumMissing)
¶Remove rows with missing values.
Removes the rows from obj that have missing values.
If the ’DataVariables’ option is given, only the data in the specified variables is considered.
Returns: out - A table the same as obj, but with rows with missing values removed. tf - A logical index vector indicating which rows were removed.