Closed kachergis closed 1 year ago
This behaviour is due to get_administration_data
automatically applying filter_age = TRUE
, whereas get_instrument_data
does not. We can retrieve all 2045 admins using:
d_demo <- get_administration_data(language = language, form = form, filter_age = FALSE)
I get 2045 unique data_ids from get_instrument_data(), but only 1682 administrations from get_administration_data(). Code to reproduce: