View source: R/cu_join_interval_tbl.R
cu_join_interval_tbl | R Documentation |
Takes a data set with a POSIX time column named 'datetime' and
another data set with start
and end
columns representing time intervals and
merges the two depending whether or not the 'datetime' column is within the interval of the second.
cu_join_interval_tbl(x, int_tbl)
x |
A data frame with a column labeled |
int_tbl |
A data frame with 'start' and 'end' columns that form non-overlapping intervals as well as at least one other column with interval level data. |
Devin S. Johnson
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.