if (FALSE) {
# using the surveyNum
res <- download_boundaries(surveyNum = 471, countryId = "AF")
# using the surveyId and no countryID
res <- download_boundaries(surveyId = "AF2010OTH")
# using rgdal
res <- download_boundaries(surveyNum = 471, countryId = "AF", method = "rgdal")
}
Run the code above in your browser using DataLab