Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified data/forecast_outputs.rda
Binary file not shown.
2 changes: 1 addition & 1 deletion vignettes/forecast_data.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ The example forecasts provided in `forecast_outputs` are derived from forecasts
The snippet below shows the format of the `forecast_outputs` (note: here and throughout the document, you may need to scroll to the right within displays of code output to see all data frame columns).

```{r}
head(forecast_outputs)
forecast_outputs
```

This is a data frame with four groups of columns (see the [hubverse documentation](https://docs.hubverse.io/en/latest/user-guide/model-output.html) for more information about these data formats):
Expand Down
Loading