Closed chrisorwa closed 2 months ago
Attention: Patch coverage is 66.66667%
with 3 lines
in your changes missing coverage. Please review.
Files | Patch % | Lines |
---|---|---|
R/load_pop_data.R | 66.66% | 3 Missing :warning: |
Files | Coverage Δ | |
---|---|---|
R/as_pop_data.R | 93.33% <ø> (ø) |
|
R/load_pop_data.R | 54.70% <66.66%> (+9.08%) |
:arrow_up: |
Current implementation already sufficient
pop age match with words that end with age like "village"
prepare cross-sectional data
xs_data <-
data %>% as_pop_data() Error in set_value(): ! No similar column name was detected. Run rlang::last_trace() to see where the error occurred. Warning messages: 1: Unknown or uninitialised column: antigen_iso. 2: The specified age column "Age" does not exist. 3: Multiple potential matches found: Village and age.at.the.visit 4: Using first match: Village 5: The specified value column "result" does not exist.