inst/extdata/intersectionData.R

# Create U.S. State Dictionary

dic_us_intersect <- tibble(
  intersect.output = c("at", "at", "at", "at", "at"),
  intersect.input = c("at", "/", "@", "and", "&")
)

dic_us_intersect <- dic_us_intersect[order(dic_us_intersect$intersect.output),]

usethis::use_data(dic_us_intersect, overwrite = TRUE)
slu-openGIS/postmastr documentation built on Dec. 9, 2020, 3:32 a.m.