bali_tourism_tbl_df | R Documentation |
This dataset, bali_tourism_tbl_df, is a tibble containing information on 34 popular tourist destinations in Bali, Indonesia, as of 2022. It includes variables on place names, locations, coordinates, Google Maps ratings, review counts, sources, descriptions, and approximate tourism or visitor fees in USD. The dataset preserves the original structure from its source on Kaggle.
data(bali_tourism_tbl_df)
A tibble with 34 observations and 8 variables:
Name of the tourist destination (character)
General location or area of the destination (character)
Geographic coordinates of the destination (character)
Average rating from Google Maps (numeric)
Number of reviews on Google Maps (numeric)
Source of the information about the destination (character)
Brief description of the tourist destination (character)
Approximate fee for tourists or visitors, in USD (character)
The dataset name has been kept as 'bali_tourism_tbl_df' to maintain consistency with the naming conventions in the IndonesiAPIs package. The suffix 'tbl_df' indicates that this is a tibble data frame. The original content has not been modified in any way.
Data obtained from Kaggle: https://www.kaggle.com/datasets/fuarresvij/bali-popular-destination-for-tourist-2022
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.