spread_value.Rd
This unexported helper function is used in submission_summary. It spreads forecast targets to a wide format and forces "US" locations to be at the top of the resulting tibble
.
spread_value(.data, ...)
.data | Tibble with submission data |
---|---|
... | Additional arguments passed to spread |
A tibble
with wide summary data.