This dataset, NFIColumnNames_df, is a data frame containing Korean and English translations of column names, along with their standardized column identifiers. It is intended to assist users in mapping between Korean-language variables and their English equivalents in related datasets.
Usage
data(NFIColumnNames_df)
Format
A data frame with 174 observations and 3 variables:
- Korean_Column_Name
Column name in Korean (character)
- English_Name
Column name in English (character)
- Column_Name
Standardized column identifier (character)
Details
The dataset name has been kept as 'NFIColumnNames_df' to avoid confusion with other datasets in the R ecosystem. This naming convention helps distinguish this dataset as part of the SouthKoreAPIs package and assists users in identifying its specific characteristics. The suffix 'df' indicates that the dataset is a data frame object. The original content has not been modified in any way.