Skip to content

Commit

Permalink
update name of dataset - closes #449
Browse files Browse the repository at this point in the history
  • Loading branch information
jthomasmock committed Aug 2, 2022
1 parent 5592798 commit 14715b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions data/2022/2022-08-02/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,11 @@ Raw data available at: <https://www.sciencebase.gov/catalog/item/60ba5a00d34e86b
tuesdata <- tidytuesdayR::tt_load('2022-08-02')
tuesdata <- tidytuesdayR::tt_load(2022, week = 31)
frog <- tuesdata$frog
frogs <- tuesdata$frogs
# Or read in the data manually
frog <- readr::read_csv('https://raw.githubusercontent.com/rfordatascience/tidytuesday/master/data/2022/2022-08-02/frog.csv')
frogs <- readr::read_csv('https://raw.githubusercontent.com/rfordatascience/tidytuesday/master/data/2022/2022-08-02/frogs.csv')
```

Expand Down

0 comments on commit 14715b0

Please sign in to comment.