Skip to content

Commit 29e0b04

Browse files
committed
Update mcs-reshape_long_wide.md
1 parent c83df65 commit 29e0b04

File tree

1 file changed

+0
-26
lines changed

1 file changed

+0
-26
lines changed

docs/mcs-reshape_long_wide.md

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff 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
133107
df_long
134108
```
135109

0 commit comments

Comments
 (0)