measure_cd instead of measure_title (#1017)

measure_cd was repeated twice by mistake
This commit is contained in:
mcewenkhundi
2022-05-05 14:51:17 +02:00
committed by GitHub
parent 3c81fde226
commit 3619b8a41b

View File

@@ -436,7 +436,7 @@ cms_patient_experience
```
An observation is an organisation, but each organisation is spread across six rows, with one row for each variable, or measure.
We can see the complete set of values for `measure_cd` and `measure_cd` by using `distinct()`:
We can see the complete set of values for `measure_cd` and `measure_title` by using `distinct()`:
```{r}
cms_patient_experience |>