measure_cd instead of measure_title (#1017)
measure_cd was repeated twice by mistake
This commit is contained in:
		@@ -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 |> 
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user