Description Usage Details Value Author(s) Examples
View source: R/query_dss_tables.R
Get accounts that have a code 64 charged to them
1 |
Requires a connection to DSS, uses both db_connect()
and db_disconnect()
Has Start and End dates set dynamically in the query in order to obtain for the previous month. For example if you run the query on any day in October you will get data for September.
A tibble
Steven P. Sanderson II, MPH
1 2 3 4 | library(DBI)
library(dplyr)
library(janitor)
code64_charged_accounts_query()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.