ropensci/nomisr

nomis_get_data

Closed this issue · 1 comments

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

Good catch, thanks!