Skip to content

Commit

Permalink
Remove redundant location table
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanhmorris committed Nov 13, 2024
1 parent b953076 commit 096d1a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file removed data/hub_location_table.rda
Binary file not shown.
4 changes: 2 additions & 2 deletions vignettes/format-hubverse.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,9 @@ submission |>
distinct(location) |>
pull()
```
To help you code things properly, `forecasttools` provides a lookup table called `forecasttools::hub_location_table`:
To help you code things properly, `forecasttools` provides a lookup table called `forecasttools::us_location_table`:
```{r}
forecasttools::hub_location_table
forecasttools::us_location_table
```

### `output_type`
Expand Down

0 comments on commit 096d1a7

Please sign in to comment.