Skip to content

meta_split() split metadata only by variable from population #175

@wangben718

Description

@wangben718

Currently, meta_split() is splitting metadata by unique value from population dataset.

for (i in 1:length(pop_by)) {

However, the same column, i.e., race, which is included in both population and observation dataset, could have different value. For example, both "Asian" and "White" are in population but only "Asian" in observation data. This will cause an error when splitting metadata by this variable.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions