Accepts a character vector of license names and returns the corresponding OpenAQ license IDs.
OpenAQ_licenseToID(x)Integer vector of OpenAQ license IDs.
Matching is case-insensitive. If no match is found, `NA` is returned.
if (FALSE) { # \dontrun{
OpenAQ_licenseToID(c("CC BY 4.0", "Public Domain", "Unknown"))
} # }