Skip to content

Commit

Permalink
update 2023-04-11 README to fix tidytuesdayR data name (#547)
Browse files Browse the repository at this point in the history
  • Loading branch information
wzbillings authored Apr 13, 2023
1 parent d6ef46e commit 0749f67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/2023/2023-04-11/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ This dataset tracks the supply of cage-free eggs in the United States from Decem
tuesdata <- tidytuesdayR::tt_load('2023-04-11')
tuesdata <- tidytuesdayR::tt_load(2023, week = 15)
eggproduction <- tuesdata$eggproduction
cagefreepercentages <- tuesdata$cagefreepercentages
eggproduction <- tuesdata$`egg-production`
cagefreepercentages <- tuesdata$`cage-free-percentages`
# Or read in the data manually
Expand Down

0 comments on commit 0749f67

Please sign in to comment.