Description Usage Arguments Details Value Author(s) Examples
Get the OPPE ALOS data for a provider if specified.
1 | oppe_alos_tbl(.data, .provider_id, .provider_name)
|
.data |
The data to be passed into the tibble function, should be the results
from |
.provider_id |
The provider id number you are looking for |
.provider_name |
If you do not know the providers id, then you can use their name
to get a match. You can also use the |
Requires a connection to DSS, uses both db_connect()
and db_disconnect()
Returns the provider id and name, actual los, expected los and excess
A tibble
Steven P. Sanderson II, MPH
1 2 3 4 5 6 7 8 | oppe_alos_query() %>%
oppe_alos_tbl()
oppe_alos_query() %>%
oppe_alos_tbl(.provider_id = "017236")
oppe_alos_query() %>%
oppe_alos_tbl(.provider_name = "ashraf ahad")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.