opendt | R Documentation |
Open Data Table
opendt(
data_in,
cols_in = NULL,
date_in = NULL,
start_date = NULL,
end_date = NULL,
patient_list = NULL
)
data_in |
character filepath to data. If data saved in standard structure from aurum_pipeline() then only table name is required, eg 'Observation', otherwise use full file path. |
cols_in |
character vector of column names to load in |
date_in |
character name of date field to filter on |
start_date |
Date to filter from (inclusive) |
end_date |
Date to filter to (inclusive) |
patient_list |
Vector of patient ids to filter to |
A data.table()
## Not run:
opendt('Patient', date_in = 'regstartdate', start_date = '2020-01-01', end_date = '2020-01-31')
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.