We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
epi_archive
mwe:
tibble(ahead = 2L, geo_value = "ak", forecast_date = as.Date("2020-01-17"), target_end_date = as.Date("2020-01-19"), actual = 25, .pred_distn = epipredict::dist_quantiles(list(c(1,5,9)), c(0.1,0.5,0.9))) %>% as_epi_archive(other_keys = "ahead", time_value = forecast_date, version = target_end_date)
Unclear if we want to support this and/or weirder column types in general. Logan was suggesting solving via vctrs.
vctrs
The text was updated successfully, but these errors were encountered:
key_colnames
revision_summary
brookslogan
Successfully merging a pull request may close this issue.
mwe:
Unclear if we want to support this and/or weirder column types in general. Logan was suggesting solving via
vctrs
.The text was updated successfully, but these errors were encountered: