Description Usage Format See Also Examples
Provides lookup tables for use with Ambulatory care sensitive analyses.
1 |
data frame with 13 rows and 2 fields
1 2 3 4 | Observations: 13
Variables: 2
$ version <chr> "ccg_ois_26", "ccg_ois_26", "ccg_ois_26", "ccg_ois_26", "ccg_ois_26", "ccg_ois_26", "ccg_ois_2...
$ condition_uid <int> 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13
|
Other ambulatory care sensitive datasets: ac_attribution
,
ac_conditions
, acs_datasets
,
lu_acc_icd10
1 2 3 4 5 6 7 8 | if (isNamespaceLoaded("dplyr")) {
require("dplyr")
aafractions.ncc::ac_versions %>%
mutate_if(is.character, as.factor) %>%
select(-starts_with("condition_")) %>%
summary(16)
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.