| vehicle_count_tbl_df | R Documentation |
This dataset, vehicle_count_tbl_df, is a tibble containing information from a license plate recognition camera system designed to generate trends and metrics for traffic management decision-making. It includes data on the date, sensor name, type of vehicle, and the number of vehicles counted. The dataset was obtained from GOV.CO Datos Abiertos, last update on March 26, 2024.
data(vehicle_count_tbl_df)
A tibble with 262,114 observations and 4 variables:
Date of the record (character)
Name of the sensor capturing the data (character)
Type of vehicle (Cars, Motorcycles, etc.) (character)
Number of vehicles counted (numeric)
The dataset name has been kept as 'vehicle_count_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/Conteo-de-Autos-y-Motos/s53k-ztax/about_data
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.