View source: R/query_swd_measurements.R
query_swd_measurements | R Documentation |
query_swd_measurements
query_swd_measurements(
swd_measurements_tbl,
measurements,
time_window,
return_vals
)
swd_measurements_tbl |
table of measurements |
measurements |
which measurements to extract, a vector containing one or more of c('systolic_bp', 'diastolic_bp', 'cholesterol', 'hba1c', 'egfr') |
time_window |
in what time window |
return_vals |
what to return; one or more of c('count', 'value_date_min', 'value_date_max', 'date_min', 'date_max', 'mean', 'median', 'min', 'max') |
depends on the return value asked for
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.