Skip to content

Commit

Permalink
Merge pull request #115 from carpentries-incubator/lgatto-patch-4
Browse files Browse the repository at this point in the history
remove unnecessary group_by() before count()
  • Loading branch information
lgatto authored Sep 28, 2023
2 parents 594a53d + c97f965 commit c05a0bc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion episodes/30-dplyr.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -511,7 +511,6 @@ rna %>%
## 3.
rna %>%
filter(sample == "GSM2545336") %>%
group_by(gene_biotype) %>%
count(gene_biotype) %>%
arrange(desc(n))
## 4.
Expand Down

0 comments on commit c05a0bc

Please sign in to comment.