Skip to content

add measurement field #387

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

Open
dsweber2 opened this issue Dec 13, 2023 · 0 comments
Open

add measurement field #387

dsweber2 opened this issue Dec 13, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@dsweber2
Copy link
Contributor

Came out of a discussion with @lcbrooks about how to get the column names of an epi_df that aren't keys/are measurements. Currently the best way to do this is

    cols <- names(epi_data)
    cols <- cols[!(cols %in% c("geo_value", "time_value", attr(epi_data, "metadata")$other_keys))]

which is a bit of a hack. Needed this a couple of times in exploration-tooling.

@dsweber2 dsweber2 added the enhancement New feature or request label Dec 13, 2023
@dsweber2 dsweber2 added this to the Epiprocess Issue Triage milestone Dec 13, 2023
@dshemetov dshemetov self-assigned this Feb 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants