Closed Chrisjb closed 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
Good catch, thanks!
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