Skip to content
Snippets Groups Projects
Commit 23e84971 authored by Carine Rey's avatar Carine Rey
Browse files

fix csv path (try)

parent c031713c
No related branches found
No related tags found
1 merge request!6Switch to main as default branch
......@@ -590,8 +590,10 @@ Open the csv file using the `read_csv2()` function. The file is located at "http
<details><summary>Solution</summary>
<p>
Download the "EWang_Tibialis_DEGs_GRCH37-87_GSE86356.csv" file and save it in your working directory.
```{r read_csv2}
tab <- read_csv2("http://can.gitbiopages.ens-lyon.fr/R_basis/session_4/EWang_Tibialis_DEGs_GRCH37-87_GSE86356.csv")
tab <- read_csv2("EWang_Tibialis_DEGs_GRCH37-87_GSE86356.csv")
tab
```
......
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