- country
string containing name of desired country, e.g. c("Country1", "Country2", ...)
OR = "ALL"
. (Use one of country
OR ISO
OR continent
, not combined)
- ISO
string containing ISO3 code for desired country, e.g. c("XXX", "YYY", ...)
OR = "ALL"
. (Use one of country
OR ISO
OR continent
, not combined)
- continent
string containing continent (one of "Africa", "Americas", "Asia", "Oceania") for desired data, e.g. c("continent1", "continent2", ...)
. (Use one of country
OR ISO
OR continent
, not combined)
- species
string specifying the Anopheles species for which to find vector occurrence points, options include: "Anopheles...."
OR "ALL"
- extent
an object specifying spatial extent within which PR data is desired, as returned by sf::st_bbox(). - the first column has the minimum, the second the maximum values; rows 1 & 2 represent the x & y dimensions respectively (matrix(c("xmin", "ymin","xmax", "ymax"), nrow = 2, ncol = 2, dimnames = list(c("x", "y"), c("min", "max"))))
- start_date
string object representing the lower date to filter the vector occurrence data by (inclusive)
- end_date
string object representing the upper date to filter the vector occurrence data by (exclusive)
- version
(optional) The vector points dataset version to use. If not provided, will just use the most recent version of vector points data. (To see available version options,
use listVecOccPointVersions)