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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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. 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} ```{r}
cms_patient_experience |> cms_patient_experience |>