Hi
I am a biginer in R. I have uploaded a csv file through R import and I have realised it contains some strange name, like "Company \r\n(Maker-if known)" After trying to rename using the rename (data name, new name = old name) code, the output comes with a warning saying "unexpected '\' how could I rename please?
Thank you so much. The code of flavor2<- janitor::clean_names(flavor1) has cleaned all unexpected signs. then the code flavor3<- flavor %>% rename(desired name= existed name) has worked again without warning.