2
1
Fork
You've already forked washdata
0
Urban Water and Sanitation Survey Dataset
  • R 100%
Ernest Guevarra b871db9e47
Some checks failed
test-coverage.yaml / test-coverage (push) Has been cancelled
pkgdown.yaml / pkgdown (push) Has been cancelled
Mirror to other git server / mirror (push) Has been cancelled
R-CMD-check.yaml / ubuntu-latest (devel) (push) Has been cancelled
R-CMD-check.yaml / macos-latest (release) (push) Has been cancelled
R-CMD-check.yaml / ubuntu-latest (oldrel-1) (push) Has been cancelled
R-CMD-check.yaml / ubuntu-latest (release) (push) Has been cancelled
R-CMD-check.yaml / windows-latest (release) (push) Has been cancelled
Merge pull request #16 from katilingban/dev
Increment version number to 0.1.5.9000
2026年01月20日 08:19:33 +00:00
.github general maintenance and upkeep changes and updates 2026年01月19日 23:31:28 +00:00
data update data processing 2017年12月28日 08:08:20 +00:00
data-raw update .gitignore 2017年12月31日 22:20:45 +00:00
inst general maintenance and upkeep changes and updates 2026年01月19日 23:31:28 +00:00
man refresh repository 2024年04月11日 23:24:08 +01:00
pkgdown general maintenance and upkeep changes and updates 2026年01月19日 23:31:28 +00:00
R update datasets 2020年09月25日 00:43:16 +01:00
revdep general maintenance and upkeep changes and updates 2026年01月19日 23:31:28 +00:00
tests add spelling tests 2020年09月25日 00:42:44 +01:00
vignettes general maintenance and upkeep changes and updates 2026年01月19日 23:31:28 +00:00
.gitignore refresh repository 2024年04月11日 23:24:08 +01:00
.Rbuildignore general maintenance and upkeep changes and updates 2026年01月19日 23:31:28 +00:00
CITATION.cff general maintenance and upkeep changes and updates 2026年01月19日 23:31:28 +00:00
cran-comments.md general maintenance and upkeep changes and updates 2026年01月19日 23:42:31 +00:00
DESCRIPTION Increment version number to 0.1.5.9000 2026年01月20日 08:01:20 +00:00
LICENSE.md update LICENSE.md 2018年04月28日 23:03:58 +01:00
NAMESPACE update NAMESPACE 2020年09月25日 00:41:57 +01:00
NEWS.md Increment version number to 0.1.5.9000 2026年01月20日 08:01:20 +00:00
README.md from master to main 2026年01月19日 23:53:36 +00:00
README.Rmd from master to main 2026年01月19日 23:53:36 +00:00
washdata.Rproj update .Rproj 2018年01月04日 22:55:46 +00:00

washdata: Urban Water and Sanitation Survey Dataset

Project Status: Active – The project has reached a stable, usable state and is being actively developed. Lifecycle: stable CRAN status cran checks CRAN CRAN CRAN R-CMD-check test-coverage Codecov test coverage CodeFactor DOI DOI

This package contains four datasets from an urban water and sanitation survey in Dhaka, Bangladesh conducted by Water and Sanitation for the Urban Poor with technical support from Valid International in March 2017.

  • popBGD: Dataset on estimated population of each primary sampling unit (PSU) that were surveyed. This dataset is a mix of data from WorldPop for the non-slum areas and from the 2014 Bangladesh Census of Slum Areas and Floating Population.

  • ppiMatrixBGD: Look-up table for calculating the Poverty Probability Index (previously called Progress out of Poverty Index) or PPI from Bangladesh-specific indicators collected from cross-sectional surveys. This look-up table is extracted from documentation of the PPI found at https://www.povertyindex.org

  • surveyDataBGD: Dataset collected through the urban water and sanitation surveys conducted by WSUP in Dhaka, Bangladesh.

  • indicatorsDataBGD: Dataset produced from surveyDataBGD by calculating relevant indicators on water, sanitation and hygiene as specified and defined by WSUP

This survey in Dhaka is one of a series of surveys to be conducted by WSUP in various cities in which they operate including Accra, Ghana; Nakuru, Kenya; Antananarivo, Madagascar; Maputo, Mozambique; and, Lusaka, Zambia. This package will be updated once the surveys in other cities are completed and datasets have been made available.

Installation

To install the package, issue the following commands in R:

install.packages("washdata")

Install development version of the package via GitHub:

# if (!require(pak)) install.packages("pak")
pak::pak("katilingban/washdata")

You can also install the package through the Katilingban R Universe with:

install.packages(
 "washdata",
 repos = c('https://katilingban.r-universe.dev', 'https://cloud.r-project.org')
)

Citation

If you find the washdata package useful please cite using the suggested citation provided by a call to the citation() function as follows:

citation("washdata")
#> To cite washdata in publications use:
#> 
#> Ernest Guevarra (2026). _washdata: Urban Water and Sanitation Survey
#> Dataset_. doi:10.5281/zenodo.4058890
#> <https://doi.org/10.5281/zenodo.4058890>, R package version 0.1.5,
#> <https://katilingban.io/washdata/>.
#> 
#> A BibTeX entry for LaTeX users is
#> 
#> @Manual{,
#> title = {washdata: Urban Water and Sanitation Survey Dataset},
#> author = {{Ernest Guevarra}},
#> year = {2026},
#> note = {R package version 0.1.5},
#> url = {https://katilingban.io/washdata/},
#> doi = {10.5281/zenodo.4058890},
#> }

Community guidelines

Feedback, bug reports and feature requests are welcome; file issues or seek support here. If you would like to contribute to the package, please see our contributing guidelines.

This project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.