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

Commit 076b662

Browse files
authored
added 02-starting with data ticks
1 parent 698ecaf commit 076b662

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

02-starting-with-data.Rmd

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ The metadata file required for this lesson can be [downloaded directly here](htt
4444

4545
### OR
4646

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"*
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"`
4848

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

0 commit comments

Comments
 (0)