Skip to content
Snippets Groups Projects
Commit f71064b8 authored by hpolvech's avatar hpolvech
Browse files

add link csv 1

parent 8e277841
No related branches found
No related tags found
No related merge requests found
......@@ -479,7 +479,7 @@ Open the csv file using the `read_csv2()` function. The file is located at "XXX"
<details><summary>Solution</summary>
<p>
```{r read_csv1}
expr_DM1 <- read_csv2("XXX/Expression_matrice_pivot_longer_DEGs_GSE86356.csv")
expr_DM1 <- read_csv2("http://perso.ens-lyon.fr/laurent.modolo/R/session_4/Expression_matrice_pivot_longer_DEGs_GSE86356.csv")
expr_DM1
```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment