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 d6ef46e commit 0749f67Copy full SHA for 0749f67
data/2023/2023-04-11/readme.md
@@ -81,8 +81,8 @@ This dataset tracks the supply of cage-free eggs in the United States from Decem
81
tuesdata <- tidytuesdayR::tt_load('2023-04-11')
82
tuesdata <- tidytuesdayR::tt_load(2023, week = 15)
83
84
-eggproduction <- tuesdata$eggproduction
85
-cagefreepercentages <- tuesdata$cagefreepercentages
+eggproduction <- tuesdata$`egg-production`
+cagefreepercentages <- tuesdata$`cage-free-percentages`
86
87
88
# Or read in the data manually
0 commit comments