interval_join: Join a tibble containing intervals to one containing time...

Description Usage Arguments

View source: R/processing_functions.R

Description

Join a tibble containing intervals to one containing time stamps

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10

Arguments

x

The table containing instanteous data

y

The table containing interval data

instant

The unquoted column name of the timestamps in x

interval

The unquoted column name of the intervals in y

by

Other columns to join by

join

Type of join, one of 'left', 'inner', 'anti', or 'semi'

step

The time step to use when expanding the intervals (should match the time step of the instantous data). Passed to expand_intervals


jpshanno/jpshanno documentation built on Nov. 26, 2019, 7:29 p.m.