We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 452baf8 + b802208 commit 9e0cfd9Copy full SHA for 9e0cfd9
lectures/R-iteration-2.md
@@ -13,6 +13,8 @@ download.file("https://datacarpentry.org/semester-biology/data/dinosaur_lengths.
13
"dinosaur_lengths.csv")
14
download.file("https://datacarpentry.org/semester-biology/data/individual_collar_data.zip",
15
"individual_collar_data.zip")
16
+download.file("https://datacarpentry.github.io/semester-biology/data/temperature_sensor_data.zip",
17
+ "temperature_sensor_data.zip")
18
```
19
20
### Lecture Notes
0 commit comments