Accepts a character vector of provider names and returns the corresponding OpenAQ provider IDs. Matching is performed against both the `name` and `export_prefix` fields.
OpenAQ_providerToID(x)Integer vector of OpenAQ provider IDs.
Matching is case-insensitive. If no match is found, `NA` is returned. If both `name` and `export_prefix` match, `name` is preferred.
if (FALSE) { # \dontrun{
OpenAQ_providerToID(c("US EPA", "airnow", "Unknown"))
} # }