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
key_colnames
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
The text was updated successfully, but these errors were encountered:
Fix in #540. Need to wrap that one up.
Sorry, something went wrong.
revision_summary
Successfully merging a pull request may close this issue.
See
only returns
geo_value
andtime_value
. The result should matchdata.table::key
The text was updated successfully, but these errors were encountered: