measure_cd instead of measure_title (#1017)
measure_cd was repeated twice by mistake
This commit is contained in:
parent
3c81fde226
commit
3619b8a41b
|
@ -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 |>
|
||||
|
|
Loading…
Reference in New Issue