timetable

Methods

Method Reference: timetable.anymissing

timetable: TF = anymissing (tt)

True when any variable of a timetable has a missing value.

TF = anymissing (tt) is any (ismissing (tt)(:)) and reads the same thing: the variables, and not the row times. A timetable whose only missing value is a row time answers false here and still loses that row to rmmissing.

See also: ismissing, rmmissing, timetable

Source Code: timetable