Description Usage Details Value Author(s) Examples
View source: R/query_dss_tables.R
This query is used to grab all possible Trauma related accounts. There are two queries that are run, one for accounts by admit_date and one for accounts by discharge_date.
There are no parameters to this function as of yet, it may be introduced in the future if there is a strong need for it. The dates are set dynamically in the SQL so that data is always run for the previous third month in which the query is run. For example if the query is run in any day of November 2020 then the data will be pulled for August of 2020
1 |
Need a valid DSS connection and rights to query.
Utilizes both db_connect()
and db_disconnect()
functions
Returns data as a tibble
A tibble
Steven P. Sanderson II, MPH
1 2 3 4 | ## Not run:
monthly_discharge_trauma_query()
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.