| municipalities_tbl_df | R Documentation |
This dataset, municipalities_tbl_df, is a tibble containing the list of municipalities of Colombia and their corresponding departments, ordered alphabetically.
data(municipalities_tbl_df)
A tibble with 1,141 observations and 2 variables:
Name of the department (character)
Name of the municipality (character)
The dataset name has been kept as 'municipalities_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 Kaggle: https://www.kaggle.com/datasets/cavp95/municipios-colombia
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.