ropensci / nomisr

Access UK official statistics from the Nomis database through R.
https://docs.ropensci.org/nomisr
Other
44 stars 12 forks source link

nomis_get_data #8

Closed Chrisjb closed 6 years ago

Chrisjb commented 6 years ago
measures_query <- ifelse(is.null(measures), paste0("&MEASURES=", 
        paste0(measures, collapse = ",")), "")

should be !is.null(measures), currently the nomis_get_data function ignores the measures option.

Sorry am not experienced in git so cannot figure out how to add this change myself

evanodell commented 6 years ago

Good catch, thanks!