library(provider)
x <- opt_out(city = "Atlanta", state = "GA")
#> ✔ opt_out returned 352 results.
order_refer(npi = x[x$order_refer == 1L, ]$npi)
#> Error in `httr2::req_perform()` at provider/R/httr2.R:40:3:
#> ! Failed to parse error body with method defined in `req_error()`.
#> Caused by error in `httr2::resp_body_json()` at provider/R/httr2.R:40:3:
#> ! Unexpected content type "text/html".
#> • Expecting type "application/json" or suffix "json".
Created on 2026-05-12 with reprex v2.1.1
Created on 2026-05-12 with reprex v2.1.1