Convenience function to read back nowcast results written by
write_nowcast_parquet().
Examples
if (FALSE) { # \dontrun{
# Read all locations
results <- read_nowcast_parquet("output/nowcasts")
# Read specific locations
results <- read_nowcast_parquet("output/nowcasts", locations = c("ca", "ny"))
} # }