Skip to content
This repository was archived by the owner on Aug 4, 2020. It is now read-only.

Commit 698ecaf

Browse files
authored
Added a download option to 02-starting-with-data.Rmd
added the download.file option for getting the data necessary
1 parent bbfc024 commit 698ecaf

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

02-starting-with-data.Rmd

+4-2
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,10 @@ We are studying a population of Escherichia coli (designated Ara-3), which were
4141

4242

4343
The metadata file required for this lesson can be [downloaded directly here](https://raw.githubusercontent.com/datacarpentry/R-genomics/gh-pages/data/Ecoli_metadata.csv) or [viewed in Github](./data/Ecoli_metadata.csv).
44-
#OR
45-
Use R to download the file by giving the *download.file* function the link address for the file, and where you want to put this file. If you see and error in response to *download.files*, you may need to change the directory
44+
45+
### OR
46+
47+
Use R to download the file by giving the *download.file* function the link address for the file, and where you want to put this file. If you see and error in response to *download.file*, you may need to change the directory *"~/Downloads/portal_data_joined.csv"*
4648

4749
```{r, eval=TRUE, purl=FALSE}
4850
download.file("https://ndownloader.figshare.com/files/2292169",

0 commit comments

Comments
 (0)