isAvailable | R Documentation |
isAvaiable
is a wrapper for isAvailable_pr and isAvailable_vec, listing data (PR survey point location data and vector occurrence locations available to download from the MAP geoserver.
isAvailable(
sourcedata = NULL,
full_results = FALSE,
country = NULL,
ISO = NULL,
continent = NULL,
...
)
sourcedata |
One of 'pr points' or 'vector points' |
full_results |
Should the list be printed to the console? |
country |
string containing name of desired country, e.g. |
ISO |
string containing ISO3 code for desired country, e.g. |
continent |
string containing continent for desired data, e.g. |
... |
passed on to isAvailable_vec and isAvailable_pr |
isAvailable
returns a data.frame detailing the administrative units for which shapefiles are stored on the MAP geoserver.
link{isAvailable_pr}
isAvailable_vec
## Not run:
available_pr_locations <- isAvailable_pr(ISO = 'IDN')
available_vector_locations <- isAvailable_vec(ISO = 'IDN')
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.