Introduction

Use rhealthsites to access health facilities data everywhere in the world.

Install

You can install the development version on Gitlab using the remotes R package

remotes::install_gitlab("dickoa/healthsites")
library("healthsites")

Get the data

gmb_hf <- hs_facilities(country = "The Gambia")
library("sf")
plot(st_geometry(gmb_hf), pch = 19)