indonesia_minwage_tbl_df | R Documentation |
This dataset, indonesia_minwage_tbl_df, is a tibble containing monthly minimum wage or Upah Minimum Regional (UMR) data in Indonesian Rupiah (IDR) across various regions of Indonesia from 1997 to 2025. The dataset preserves the original structure from its source on Kaggle.
data(indonesia_minwage_tbl_df)
A tibble with 983 observations and 3 variables:
Name of the region in Indonesia (character)
Monthly minimum wage in Indonesian Rupiah (IDR) (numeric)
Year of the minimum wage data (numeric)
The dataset name has been kept as 'indonesia_minwage_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/linkgish/indonesian-salary-by-region-19972022
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.