You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
it would be useful to have a constructor for an epi_df (possibly an epi_archive as well). It should probably just build an empty tibble with the correct metadata. Probably with some default geo_type and time_type and as_of.
This would be helpful in some downstream tasks and likely also in tests.
Name should be new_epi_df().
The text was updated successfully, but these errors were encountered:
it would be useful to have a constructor for an
epi_df
(possibly anepi_archive
as well). It should probably just build an empty tibble with the correct metadata. Probably with some defaultgeo_type
andtime_type
andas_of
.This would be helpful in some downstream tasks and likely also in tests.
Name should be
new_epi_df()
.The text was updated successfully, but these errors were encountered: