Accepts a character vector of instrument names and returns the corresponding OpenAQ instrument IDs.
OpenAQ_instrumentToID(x)Integer vector of OpenAQ instrument IDs.
Matching is case-insensitive. If no match is found, `NA` is returned.
if (FALSE) { # \dontrun{
OpenAQ_instrumentToID(c("BAM 1020", "PurpleAir PA-II", "Unknown"))
} # }