tests/testthat/setup.R

southwest_sectors <- c("big bend",
                       "del rio",
                       "el centro",
                       "el paso",
                       "laredo",
                       "rio grande valley",
                       "san diego",
                       "tucson",
                       "yuma",
                       "southwest border")

coastal_sectors <- c("miami",
                       "new orleans",
                       "ramey",
                       "coastal border")

northern_sectors <- c("blaine",
                      "buffalo",
                      "detroit",
                      "grand forks",
                      "havre",
                      "houlton",
                      "spokane",
                      "swanton",
                      "northern border")

all_borders <- c(southwest_sectors,
                 coastal_sectors,
                 northern_sectors,
                 "nationwide total")
jacobkap/borderpatrol documentation built on July 5, 2020, 5:58 a.m.