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.
data(indonesia_latlong_df)A data frame with 4 observations and 3 variables:
Name of the region in Indonesia (character)
Latitude coordinate of the region (numeric)
Longitude coordinate of the region (numeric)
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.