# S3 method for track_xyt
summarize_sampling_rate_many(x, cols, ...)
Arguments
x
A track_xyt.
...
Further arguments, none implemented.
time_unit
A character. The time unit in which the sampling rate is
calculated. Acceptable values are sec, min, hour, day, and auto.
If auto (the default) is used, the optimal unit is guessed.
summarize
A logical. If TRUE a summary is returned, otherwise raw
sampling intervals are returned.
as_tibble
A logical. Should result be returned as tibble or as
table.
cols
[character(>= 1)] Indicating columns to be used as grouping variables.
Value
Depending on summarize and as_tibble, a vector, table or tibble.