R/track.R
is_track.Rd
Test whether a variable contains a track table as produced by track_df, track_tbl, or track_dt.
track_df
track_tbl
track_dt
is_track(x)
An object to test.
A logical indicating whether the variable contains a track table (TRUE) or not (FALSE).
TRUE
FALSE
track_df, track_tbl, track_dt
Simon Garnier, garnier@njit.edu
data(short_tracks) is_track(short_tracks) #> [1] TRUE