Hello Everyone,
I usually rename my variable name before I import in R. I tried using the below code but can get it to work. What could I be doing wrong?Ethnicity is my original and I want to rename it to RACE. Any help would be appreciated. Thanks jn advance
RD_Exp <- rename(RD_Exp,Race = Ethnicity)