Skip to content

Commit 14715b0

Browse files
committed
update name of dataset - closes #449
1 parent 5592798 commit 14715b0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
File renamed without changes.

data/2022/2022-08-02/readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,11 +65,11 @@ Raw data available at: <https://www.sciencebase.gov/catalog/item/60ba5a00d34e86b
6565
tuesdata <- tidytuesdayR::tt_load('2022-08-02')
6666
tuesdata <- tidytuesdayR::tt_load(2022, week = 31)
6767
68-
frog <- tuesdata$frog
68+
frogs <- tuesdata$frogs
6969
7070
# Or read in the data manually
7171
72-
frog <- readr::read_csv('https://raw.githubusercontent.com/rfordatascience/tidytuesday/master/data/2022/2022-08-02/frog.csv')
72+
frogs <- readr::read_csv('https://raw.githubusercontent.com/rfordatascience/tidytuesday/master/data/2022/2022-08-02/frogs.csv')
7373
7474
```
7575

0 commit comments

Comments
 (0)