Skip to content

Commit

Permalink
Clarifying instructions and set up in function pratice session
Browse files Browse the repository at this point in the history
  • Loading branch information
camilavargasp committed Feb 29, 2024
1 parent aafd3dc commit 1374788
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 3 additions & 1 deletion materials/sections/r-practice-function-cleaning-data.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,9 @@ species <- tbls[[1]] %>%
head(species, 3)
```

4. Obtain data from the the Arctic Data Center [Utqiaġvik shorebird breeding ecology study, Utqiaġvik](https://doi.org/10.18739/A23R0PT35). Download the following files:
**Note:** After running the chunk above you should have an object class `data.frame` in your global environment. Explore this data frame! What are the column names?

4. Obtain data from the the Arctic Data Center [Utqiaġvik shorebird breeding ecology study, Utqiaġvik](https://doi.org/10.18739/A23R0PT35). Make sure to click "_Show more items in this data set_" and then download the following files:

- `Utqiagvik_predator_surveys.csv`
- `Utqiagvik_nest_data.csv`
Expand Down
3 changes: 0 additions & 3 deletions materials/session_17.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,5 @@ format:






{{< include /sections/r-practice-function-cleaning-data.qmd >}}

0 comments on commit 1374788

Please sign in to comment.