We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
worldclim_country()
When the country argument for worldclim_country() has length >1, only the first element is used, and the other are silently ignored.
country
tavg <- geodata::worldclim_country(country = c("Luxembourg", "Netherlands", "Belgium"), var = "tavg", path = tempdir()) terra::plot(tavg[[1]]) terra::plot(vect(system.file("ex/lux.shp", package="terra")), add = TRUE) # only Luxembourg was taken
I think there should be at least a warning about this, or (ideally) the function could take more than one country at a time.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When the
country
argument forworldclim_country()
has length >1, only the first element is used, and the other are silently ignored.I think there should be at least a warning about this, or (ideally) the function could take more than one country at a time.
The text was updated successfully, but these errors were encountered: