View source: R/navr-generics-getting.R
filter_times | R Documentation |
Filters navr object to only include times in between
filter_times(obj, times, zero_based, ...)
## S3 method for class 'navr'
filter_times(obj, times, zero_based = FALSE)
obj |
object to filter |
times |
a vector of length 2, or a matrix with two columns, start time and end time in seconds |
zero_based |
signifying if you passed seconds from start or real time. Defaults to FALSE (real time passed) |
... |
aditional arguments |
filter_times(navr)
: Filtering navr object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.