Data about the survey on the borehole functionality in Karonga district, Malawi.
# boreholefuncmwi
The goal of `boreholefuncmwi` is to provide access to data which were
collected in the Karonga district (North of Malawi) and contains answers
from a 20-minute questionnaire about boreholes. The questionnaire was
installed on koboToolbox to collect borehole
functionality data from 300 respondents aged 18 and above.
## Installation
You can install the development version of boreholefuncmwi from
GitHub with:
``` r
# install.packages("devtools")
devtools::install_github("openwashdata/boreholefuncmwi")
```
``` r
## Run the following code in console if you don't have the packages
## install.packages(c("dplyr", "knitr", "readr", "stringr", "gt", "kableExtra"))
library(dplyr)
library(knitr)
library(readr)
library(stringr)
library(gt)
library(kableExtra)
```
Alternatively, you can download the individual datasets as a CSV or XLSX
file from the table below.
| dataset | CSV | XLSX |
|:----------------|:----------------------------------------------------------------------------------------------------------|:------------------------------------------------------------------------------------------------------------|
| boreholefuncmwi | Download CSV | Download XLSX |
## Data
``` r
library(boreholefuncmwi)
```
### boreholefuncmwi
The dataset `boreholefuncmwi` contains data about borehole’s management
in the North of Malawi. Questions included in the questionnaire are for
example about the borehole maintenance contributions from the community,
the availability of borehole spare parts, tariff collection frequency
and presence of a service provider. It has 108 observations and 17
variables.
``` r
boreholefuncmwi |>
head(3) |>
gt::gt() |>
gt::as_raw_html()
```
id
date
role
committee_members
last_meeting_participants
annual_bud …