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).
data(atropellados_pts)A data frame with 1,841 observations and 8 variables:
Longitude coordinate of the accident (numeric)
Latitude coordinate of the accident (numeric)
Location description of the accident (character)
Number of fatalities (integer)
Number of serious injuries (integer)
Number of less serious injuries (integer)
Number of minor injuries (integer)
Total number of accidents at the location (integer)
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.