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.
1 parent 5592798 commit 14715b0Copy full SHA for 14715b0
data/2022/2022-08-02/frog.csv renamed to data/2022/2022-08-02/frogs.csv
data/2022/2022-08-02/readme.md
@@ -65,11 +65,11 @@ Raw data available at: <https://www.sciencebase.gov/catalog/item/60ba5a00d34e86b
65
tuesdata <- tidytuesdayR::tt_load('2022-08-02')
66
tuesdata <- tidytuesdayR::tt_load(2022, week = 31)
67
68
-frog <- tuesdata$frog
+frogs <- tuesdata$frogs
69
70
# Or read in the data manually
71
72
-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')
73
74
```
75
0 commit comments