Skip to contents

This dataset, atropellados_pts, is a data frame containing information on pedestrian car collisions that occurred in Santiago de Chile in 2015. Each record includes the geographical coordinates of the accident, location description, and the number of victims categorized by severity (fatal, serious, less serious, and minor).

Usage

data(atropellados_pts)

Format

A data frame with 1,841 observations and 8 variables:

X

Longitude coordinate of the accident (numeric)

Y

Latitude coordinate of the accident (numeric)

Ubicacion

Location description of the accident (character)

Fallecidos

Number of fatalities (integer)

Graves

Number of serious injuries (integer)

MenosGrave

Number of less serious injuries (integer)

Leve

Number of minor injuries (integer)

Accidentes

Total number of accidents at the location (integer)

Details

The dataset name has been kept as 'atropellados_pts' to avoid confusion with other datasets in the R ecosystem. This naming convention helps distinguish this dataset as part of the lightsf package and assists users in identifying its specific characteristics. The original content has not been modified in any way.