View source: R/check_exposure.R
check_exposure | R Documentation |
Add time (in seconds since tagon and perhaps as datetimes in UTC and/or local timezone) to a tibble or data-frame with regularly sampled data
check_exposure(x, start_x, rl_data)
x |
input data: vector or data frame with event times in seconds since tagon. |
start_x |
name (no quotes needed) of variable in |
rl_data |
dataset with RL data (output of |
A data.frame with the data and additional columns exposure_EventID (the ID number of the exposure event(s) during which this timestamp falls) and event_type (the type(s) of exposure events that were going on at this timestamp)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.