View source: R/create_medication_timeseries.R
create_medication_timeseries | R Documentation |
create_medication_timeseries
create_medication_timeseries(
cohort_df,
meds_df,
t_start,
t_end,
step,
window_span,
t_units,
search_meds,
merge_func = function(x) {
mean(as.numeric(x), na.rm = T)
}
)
cohort_df |
d |
meds_df |
d |
t_start |
d |
t_end |
d |
step |
d |
window_span |
d |
t_units |
d |
search_meds |
d |
merge_func |
d |
medication timeseries
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.