in R/ad_data.R [282:289]
region_table <- function(results) {
if (!("region_distribution" %in% results$fields)) {
stop("\"region_distribution\" must be one of the fields returned in order to
construct region table.")
}
results$data %>%
purrr::map_df(region_row)
}