Skip to content

Commit 0749f67

Browse files
authored
update 2023-04-11 README to fix tidytuesdayR data name (#547)
1 parent d6ef46e commit 0749f67

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

data/2023/2023-04-11/readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,8 @@ This dataset tracks the supply of cage-free eggs in the United States from Decem
8181
tuesdata <- tidytuesdayR::tt_load('2023-04-11')
8282
tuesdata <- tidytuesdayR::tt_load(2023, week = 15)
8383
84-
eggproduction <- tuesdata$eggproduction
85-
cagefreepercentages <- tuesdata$cagefreepercentages
84+
eggproduction <- tuesdata$`egg-production`
85+
cagefreepercentages <- tuesdata$`cage-free-percentages`
8686
8787
8888
# Or read in the data manually

0 commit comments

Comments
 (0)