| Cartagena_wifi_tbl_df | R Documentation |
This dataset, Cartagena_wifi_tbl_df, is a tibble containing information about the number of devices connected in the public WiFi zones of the District of Cartagena. It includes the year, month, corregimiento or neighborhood, WiFi zone, and counts of connected devices by type (Other, Smartphone, Tablet, PC). The dataset was obtained from GOV.CO Datos Abiertos, last update on September 23, 2025.
data(Cartagena_wifi_tbl_df)
A tibble with 468 observations and 8 variables:
Year of the record (numeric)
Month of the record (character)
Name of the corregimiento or neighborhood (character)
Name of the WiFi zone (character)
Number of connected devices categorized as 'Other' (numeric)
Number of connected smartphones (numeric)
Number of connected tablets (numeric)
Number of connected PCs (numeric)
The dataset name has been kept as 'Cartagena_wifi_tbl_df' to avoid confusion with other datasets in the R ecosystem. This naming convention helps distinguish this dataset as part of the ColombiAPI package and assists users in identifying its specific characteristics. The suffix 'tbl_df' indicates that the dataset is a tibble object. The original content has not been modified in any way.
Data obtained from GOV.CO Datos Abiertos: https://www.datos.gov.co/Ciencia-Tecnolog-a-e-Innovaci-n/Dispositivos-conectados-en-las-zonas-wifi-del-dist/94zk-4tpe/about_data
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.