Open dsweber2 opened 5 days ago
See
archive_cases_dv_subset$DT %>% mutate(some_extra_key = geo_value) %>% as_epi_archive(compactify = TRUE, other_keys = "some_extra_key") %>% key_colnames
only returns geo_value and time_value. The result should match data.table::key
geo_value
time_value
data.table::key
Fix in #540. Need to wrap that one up.
See
only returns
geo_value
andtime_value
. The result should matchdata.table::key