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, ...)

Arguments

.data

Tibble with submission data

...

Additional arguments passed to spread

Value

A tibble with wide summary data.