Skip to content
This repository has been archived by the owner on Jul 10, 2024. It is now read-only.

Commit

Permalink
Update link to csv to match summary/setup
Browse files Browse the repository at this point in the history
  • Loading branch information
murraycadzow authored May 22, 2024
1 parent 5071a53 commit e40b204
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion episodes/working-with-data.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ library(tidyverse)

Up until this point, we have been working with the `complete_old` dataframe contained in the `ratdat` package. However, you typically won't access data from an R package; it is much more common to access data files stored somewhere on your computer. We are going to download a CSV file containing the surveys data to our computer, which we will then read into R.

Click this link to download the file: <https://www.michaelc-m.com/Rewrite-R-ecology-lesson/data/cleaned/surveys_complete_77_89.csv>.
Click this link to download the file: <https://datacarpentry.org/R-ecology-lesson-alternative/data/cleaned/surveys_complete_77_89.csv>.

You will be prompted to save the file on your computer somewhere. Save it inside the `cleaned` data folder, which is in the `data` folder in your `R-Ecology-Workshop` folder. Once it's inside our project, we will be able to point R towards it.

Expand Down

0 comments on commit e40b204

Please sign in to comment.