Skip to content

add measurement field #387

@dsweber2

Description

@dsweber2

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.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions