This dataset, indonesia_latlong_df, is a data frame containing the geographical coordinates of several regions in Indonesia, specifically Semarang, Surakarta, Tegal, and Purwokerto. It includes the city names and their respective latitude and longitude values.
Usage
data(indonesia_latlong_df)
Format
A data frame with 4 observations and 3 variables:
- City
Name of the region in Indonesia (character)
- latitude
Latitude coordinate of the region (numeric)
- longitude
Longitude coordinate of the region (numeric)
Details
The dataset name has been kept as 'indonesia_latlong_df' to avoid confusion with other datasets in the R ecosystem. This naming convention helps distinguish this dataset as part of the IndonesiAPIs package and assists users in identifying its specific characteristics. The suffix 'df' indicates that the dataset is a data frame. The original content has not been modified in any way.