Description Usage Format See Also Examples
Provides lookup tables for use with Urgent care sensitive analyses.
1 |
data frame with 14 rows and 2 fields
1 2 3 4 | Observations: 14
Variables: 2
$ version <chr> "ccg_iaf_201617", "ccg_iaf_201617", "ccg_iaf_201617", "ccg_iaf_201617", "ccg_iaf_201617", "ccg_iaf_2016...
$ condition_uid <int> 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14
|
Other urgent care sensitive datasets: lu_ucc_icd10
,
uc_attribution
,
uc_conditions
, ucs_datasets
1 2 3 4 5 6 7 8 | if (isNamespaceLoaded("dplyr")) {
require("dplyr")
aafractions.ncc::uc_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.