You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 3, 2023. It is now read-only.
having pulled vitals into R using SQL queries
now need to create a table with a regular cadence (e.g. ev 6 hours)
for example prob want the following columns
having pulled vitals into R using SQL queries
now need to create a table with a regular cadence (e.g. ev 6 hours)
for example prob want the following columns
You might want to look at and borrow Ed's code which uses tidyverse
See https://github.com/DocEd/wranglEHR/blob/master/R/extract_timevarying.R
Or Steve's version which uses data.table more
https://github.com/inform-health-informatics/emapR/blob/master/R/extract.R
The text was updated successfully, but these errors were encountered: