File tree Expand file tree Collapse file tree 1 file changed +0
-26
lines changed Expand file tree Collapse file tree 1 file changed +0
-26
lines changed Original file line number Diff line number Diff line change @@ -103,33 +103,7 @@ df_long <- df_wide %>%
103103 pivot_longer(cols = matches(" C(H|W)TCM00" ),
104104 names_to = c(" sweep" , " .value" ),
105105 names_pattern = " (.)(.*)" )
106- ```
107-
108- ``` text
109- Warning: `CCHTCM00` and `DCHTCM00` have conflicting value labels.
110- ℹ Labels for these values will be taken from `CCHTCM00`.
111- ✖ Values: -8
112- ```
113-
114- ``` text
115- Warning: `CCHTCM00` and `GCHTCM00` have conflicting value labels.
116- ℹ Labels for these values will be taken from `CCHTCM00`.
117- ✖ Values: -5
118- ```
119106
120- ``` text
121- Warning: `CCWTCM00` and `DCWTCM00` have conflicting value labels.
122- ℹ Labels for these values will be taken from `CCWTCM00`.
123- ✖ Values: -8
124- ```
125-
126- ``` text
127- Warning: `CCWTCM00` and `GCWTCM00` have conflicting value labels.
128- ℹ Labels for these values will be taken from `CCWTCM00`.
129- ✖ Values: -5
130- ```
131-
132- ``` r
133107df_long
134108```
135109
You can’t perform that action at this time.
0 commit comments