.col_join_rename {jpinfect} | R Documentation |
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)
Arguments
dataset |
A data frame whose column names will be renamed. |
Value
A vector of modified column names based on the dataset type.
[Package jpinfect version 0.1.2 Index]