Learn R Programming

Ditwah (version 1.0.0)

situation_report_30NOV1600: Disaster impact summary by district on 2025.11.30 at 16.00 p.m

Description

This dataset is part of the package to support real-time monitoring, analysis, and visualisation of disaster impacts. The data have been cleaned and transformed into a tidy format for ease of use in statistical and graphical applications.

Usage

situation_report_30NOV1600

Arguments

Format

A data frame with one row per district and the following variables:

Districts

Character. Name of the administrative district.

Families

Integer. Number of families affected in the district.

Persons

Integer. Total number of persons affected.

Deaths

Integer. Number of confirmed deaths reported.

Missing

Integer. Number of individuals reported missing.

Safety_centres

Integer. Number of active safety centres operating in the district.

Families_safetycentres

Integer. Number of families currently residing in safety centres.

Persons_safetycentres

Integer. Number of individuals currently residing in safety centres.

Details

This dataset provides a district-level summary of the impacts of a disaster event in Sri Lanka. It includes the number of affected families, persons, deaths, missing individuals, and details of safety centres established for relief and shelter. Situation Report on 2025.11.30 at 16.00 p.m

Examples

Run this code
# Load the data
data(situation_report_30NOV1600)

# View the first few rows
head(situation_report_30NOV1600)

Run the code above in your browser using DataLab