Skip to content

Commit

Permalink
Update readme.md (#487)
Browse files Browse the repository at this point in the history
correct code by adding tuesdata$ prefix
  • Loading branch information
kjewell authored Dec 19, 2022
1 parent 3e7b7f2 commit 7f0048f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions data/2022/2022-12-20/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ The data includes 16 months of forecasts and observations from 167 cities, as we
tuesdata <- tidytuesdayR::tt_load('2022-12-20')
tuesdata <- tidytuesdayR::tt_load(2022, week = 51)
weather_forecasts <- weather_forecasts
cities <- cities
outlook_meanings <- outlook_meanings
weather_forecasts <- tuesdata$weather_forecasts
cities <- tuesdata$cities
outlook_meanings <- tuesdata$outlook_meanings
# Or read in the data manually
Expand Down

0 comments on commit 7f0048f

Please sign in to comment.