Skip to contents

This function retrieves the new column names corresponding to the original column names in a specified dataset. The column names are based on the configuration loaded by load_config(). This is useful when the original names are in Japanese (2-byte characters), which can be difficult to handle in programs. This function converts them to corresponding English names.

Usage

lookup_column_names(original_names)

Arguments

original_names

A vector of original column names.

Value

A vector of new column names corresponding to the provided original names, or NA for unmatched names.