Skip to content

Commit b0cb608

Browse files
committed
update merge by columns
1 parent 2514f22 commit b0cb608

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/report.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ rescue <-
7575
7676
pinvars <-
7777
pinvars %>%
78-
full_join(rescue, by=c('uvarid','row_id','column_id','varid'))
78+
full_join(rescue, by=c('uvarid','row_id','column_id','varid','row_label','column_label','sample_alias'))
7979
```
8080

8181
```{r eval=have(params$annotations)}

0 commit comments

Comments
 (0)