I need to add some blank columns to multiple Excel files using R and then export them to my desktop.
I have managed to get the code working for one excel file but can't figures out how to loop it for files between 17 to 32.
r17 <- read_excel("r17.xlsx")
write.csv(r17, file = "C:/Users/Dr Wani/Dropbox/shazan/r17.csv")