Description Usage Format See Also Examples
Provides lookup tables for use with Ambulatory care sensitive analyses.
1 |
data frame with 13 rows and 3 fields
1 2 3 4 5 | Observations: 13
Variables: 3
$ condition_uid <int> 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13
$ version <chr> "ccg_ois_26", "ccg_ois_26", "ccg_ois_26", "ccg_ois_26", "ccg_ois_26", "ccg_ois_26", "ccg_ois_2...
$ acs_af <int> 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1
|
Other ambulatory care sensitive datasets: ac_conditions
,
ac_versions
, acs_datasets
,
lu_acc_icd10
1 2 3 4 5 6 7 8 9 10 | if (all(sapply(c("dplyr", "reshape2"), isNamespaceLoaded))) {
require("dplyr", warn.conflicts = FALSE)
require("reshape2", warn.conflicts = FALSE)
ac_attribution %>%
dcast(
condition_uid + condition_description ~ ab_ucs_explode
, value.var = "ucs_af", fill = 0
)
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.