Skip to content
New issue

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

key_colnames returns wrong values for archive data #565

Open
dsweber2 opened this issue Nov 11, 2024 · 1 comment · May be fixed by #540
Open

key_colnames returns wrong values for archive data #565

dsweber2 opened this issue Nov 11, 2024 · 1 comment · May be fixed by #540
Labels
bug Something isn't working

Comments

@dsweber2
Copy link
Contributor

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

@dsweber2 dsweber2 added the bug Something isn't working label Nov 11, 2024
@brookslogan
Copy link
Contributor

Fix in #540. Need to wrap that one up.

@brookslogan brookslogan linked a pull request Nov 15, 2024 that will close this issue
9 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants