.col_join_rename: Prepare Column Names for Renaming Based on Dataset Type
Description
This internal function standardizes column names for consistency in merged datasets. Column names are transformed based on the dataset type (`sex`, `place`, or `bullet`).
Usage
.col_join_rename(dataset)
Value
A vector of modified column names based on the dataset type.
Arguments
- dataset
A data frame whose column names will be renamed.