Bogota_malls_tbl_df | R Documentation |
This dataset, Bogota_malls_tbl_df, is a tibble containing detailed information about shopping malls located in Bogota, Colombia. It includes the mall names, physical addresses, web URLs, geographical coordinates, and the locality to which each mall belongs.
data(Bogota_malls_tbl_df)
A tibble with 42 observations and 6 variables:
Character string representing the name of the shopping mall.
Character string representing the physical address of the mall.
Character string representing the web URL of the mall.
Numeric value representing the latitude of the mall.
Numeric value representing the longitude of the mall.
Character string representing the locality the mall belongs to.
The dataset name has been kept as Bogota_malls_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. The original content has not been modified in any way.
Originally taken from Kaggle, url: https://www.kaggle.com/datasets/erik172/bogota-shopping-malls.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.