Lookup new column names for an accident dataset
lookup_column_names.Rd
This function retreieves 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.
Examples
lookup_column_names("main_data", c("死者数", "天候"))
#> [1] "faitality_number" "weather"