MyNixOS website logo
Description

Access the Bangladesh Environmental Mobility Panel Dataset.

Provides functions to download and work with the Bangladesh Environmental Mobility Panel (BEMP), a household panel survey tracing the impacts of riverbank erosion and flooding on (im)mobility, socio-economic outcomes, and political attitudes along the Jamuna River in Bangladesh (2021-2024). Wave datasets (20 files across 14 survey rounds) are hosted on Zenodo (<doi:10.5281/zenodo.18229497>) and downloaded on demand with local caching. Bundled data include a merged cross-wave codebook and wave metadata.

BEMPdata

R package for the Bangladesh Environmental Mobility Panel

CRAN status DOI Shiny app

BEMPdata provides functions to download and work with the Bangladesh Environmental Mobility Panel (BEMP), a household panel survey on environmental migration along the Jamuna River in Bangladesh (2021–2024). The dataset follows 1,691 households across 20 survey datasets and 24,279 completed surveys.

Wave data are hosted on Zenodo and downloaded on demand (~6 MB for all CSVs). Files are cached locally so subsequent calls are instant.

Interactive data explorer

An interactive app for browsing the codebook, inspecting variable distributions, panel dynamics, and correlations, as well as for downloading data subsets is available at:

https://b68gkn-janfreihardt.shinyapps.io/bemp-explorer/

Or launch it locally after installing the package:

BEMPdata::run_app()

Installation

# Install from GitHub
remotes::install_github("janfreihardt/BEMPdata")

Quick start

library(BEMPdata)

# See available waves
wave_overview

# Download the baseline wave
w1 <- get_wave("w1")

# Download the Wave 6 migrant questionnaire in Stata format
w6m <- get_wave("w6_M", format = "dta")

# Find variables by keyword
lookup_variable("income")

# Get the codebook for one wave
cb <- get_codebook("w1")

# Check / clear local cache
bemp_cache_info()

Wave structure

RoundTypeFiles
1In-personw1, w1_V (village profile)
2–5Phonew2w5
6In-personw6_M (migrant), w6_N (non-migrant)
7–11Phonew7w11
12In-personw12_M, w12_N, w12_V
13Phonew13
14In-personw14_M, w14_N, w14_V

Data source

Freihardt, J., Rudolph, L., Koubi, V. (2026). The Bangladesh Environmental Mobility Panel (BEMP): Panel data on (im)mobility, socio-economic, and political impacts of riverbank erosion and flooding in Bangladesh [Dataset]. Zenodo. https://doi.org/10.5281/zenodo.18229497

Citation

If you use this package, please cite:

Freihardt, J. (2026). BEMPdata: Access the Bangladesh Environmental Mobility Panel Dataset (Version 0.2.1) [R package]. CRAN. https://doi.org/10.5281/zenodo.18775709

For the underlying dataset:

Freihardt, J., Rudolph, L., Koubi, V. (2026). The Bangladesh Environmental Mobility Panel (BEMP): Panel data on (im)mobility, socio-economic, and political impacts of riverbank erosion and flooding in Bangladesh [Dataset]. Zenodo. https://doi.org/10.5281/zenodo.18229497

License

Package code: MIT. Dataset: CC BY 4.0 (see Zenodo deposit).

Metadata

Version

0.2.3

License

Unknown

Platforms (80)

    Darwin
    FreeBSD
    Genode
    GHCJS
    Linux
    MMIXware
    NetBSD
    none
    OpenBSD
    Redox
    Solaris
    uefi
    WASI
    Windows
Show all
  • aarch64-darwin
  • aarch64-freebsd
  • aarch64-genode
  • aarch64-linux
  • aarch64-netbsd
  • aarch64-none
  • aarch64-uefi
  • aarch64-windows
  • aarch64_be-none
  • arc-linux
  • arm-none
  • armv5tel-linux
  • armv6l-linux
  • armv6l-netbsd
  • armv6l-none
  • armv7a-linux
  • armv7a-netbsd
  • armv7l-linux
  • armv7l-netbsd
  • avr-none
  • i686-cygwin
  • i686-freebsd
  • i686-genode
  • i686-linux
  • i686-netbsd
  • i686-none
  • i686-openbsd
  • i686-windows
  • javascript-ghcjs
  • loongarch64-linux
  • m68k-linux
  • m68k-netbsd
  • m68k-none
  • microblaze-linux
  • microblaze-none
  • microblazeel-linux
  • microblazeel-none
  • mips-linux
  • mips-none
  • mips64-linux
  • mips64-none
  • mips64el-linux
  • mipsel-linux
  • mipsel-netbsd
  • mmix-mmixware
  • msp430-none
  • or1k-none
  • powerpc-linux
  • powerpc-netbsd
  • powerpc-none
  • powerpc64-linux
  • powerpc64le-linux
  • powerpcle-none
  • riscv32-linux
  • riscv32-netbsd
  • riscv32-none
  • riscv64-linux
  • riscv64-netbsd
  • riscv64-none
  • rx-none
  • s390-linux
  • s390-none
  • s390x-linux
  • s390x-none
  • sh4-linux
  • vc4-none
  • wasm32-wasi
  • wasm64-wasi
  • x86_64-cygwin
  • x86_64-darwin
  • x86_64-freebsd
  • x86_64-genode
  • x86_64-linux
  • x86_64-netbsd
  • x86_64-none
  • x86_64-openbsd
  • x86_64-redox
  • x86_64-solaris
  • x86_64-uefi
  • x86_64-windows