Skip to contents

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.

Usage

data(indonesia_minwage_tbl_df)

Format

A tibble with 983 observations and 3 variables:

REGION

Name of the region in Indonesia (character)

SALARY

Monthly minimum wage in Indonesian Rupiah (IDR) (numeric)

YEAR

Year of the minimum wage data (numeric)

Details

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.