tests/testthat/helpers.R

add_test_endpoint <- function(name = "sd test", juris = NULL, ...) {
  o311_add_endpoint(
    name,
    root = "http://san-diego.spotreporters.com/open311/v2/",
    jurisdiction = juris,
    ...
  )
}

Try the r311 package in your browser

Any scripts or data that you put into this service are public.

r311 documentation built on April 15, 2025, 1:12 a.m.