This dataset, detention_centers_tbl_df, is a tibble containing detailed information about clandestine detention centers used during Argentina's last dictatorship. The dataset includes site identifiers, locations, designations, and coordinates.
data(detention_centers_tbl_df)A tibble with 762 observations and 7 variables:
Numeric ID of the site
Description of the location and ownership
Designation or known name of the detention center
Logical indicator of whether the site is a memory space
Textual description of the site's geographic location
Longitude
Latitude
The dataset name has been kept as 'detention_centers_tbl_df' to avoid confusion with other datasets in the R ecosystem. This naming convention helps distinguish this dataset as part of the ArgentinAPI package and assists users in identifying its specific characteristics. The suffix 'tbl_df' indicates that the dataset is a tibble. The original content has not been modified in any way.