Skip to content

Commit

Permalink
csv file url error
Browse files Browse the repository at this point in the history
  • Loading branch information
Juan Caballero committed Mar 26, 2024
1 parent 3730604 commit 97ac18e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions qmd/10_TidyData.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ rna_exp = rna %>%
select(gene, sample, expression)
rna_exp
readxl
```

## Dplyr in action - `pivot_wider()` {auto-animate="true"}
Expand Down Expand Up @@ -238,7 +238,7 @@ Load the annotation table
```{r}
#| echo: true
annot_file = "https://raw.githubusercontent.com/maxplanck-ie/Rintro/2024.04/qmd/data/annnot1.csv"
annot_file = "https://raw.githubusercontent.com/maxplanck-ie/Rintro/2024.04/qmd/data/annot1.csv"
annot = read_csv(annot_file)
Expand Down

0 comments on commit 97ac18e

Please sign in to comment.