View source: R/listCwacSites.R
listCwacSites | R Documentation |
Retrieve a list of active CWAC sites registered in a South African province
listCwacSites(.region_type = c("country", "province"), .region)
.region_type |
The type of region we are interested on. Two options: "country" and "province". |
.region |
A character string corresponding to the specific region we are interested in. It can be either a country in Southern Africa, or a South African province. At the moment, CWAC serves data from four countries: Angola, South Africa, Kenya and Tanzania. Only South African provinces are available: Western Cape, Eastern Cape, Northern Cape, Free State, Limpopo, Mpumalanga, KwaZulu-Natal, Gauteng, and Northwest Province. |
A tibble with a list of all active sites for the province
listCwacSites(.region_type = "province", .region = "Western Cape")
listCwacSites(.region_type = "country", .region = "Kenya")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.