Briefly descibe the feature and provide meaningful references
In the cases where we are joining two dataframes containing some of the same column names, we want to clean up the code to not use name.x and name.y but rather name these based on the input dataframe.
Purpose/implementation Section
Briefly descibe the feature and provide meaningful references
In the cases where we are joining two dataframes containing some of the same column names, we want to clean up the code to not use
name.x
andname.y
but rather name these based on the input dataframe.For example: https://github.com/diskin-lab-chop/AutoGVP/blob/2ed5beb6873a599e1678f0f8cf7976cdafe4735e/AutoGVP/select-clinVar-submissions.R#L86-L91
Who will complete the feature request (please add a GitHub handle here if relevant)?
@naqvia