I have a folder containing several .csv files. I need to delete the first three rows and the very last row of all those .csv files and then save them all as .txt. All the files have the same format so it's always the same rows that I would need to delete. I know how to modify a single dataframe but I do not know how to load, modify and save as txt several dataframes. I am a beginner using R so I do not have examples of things I have tried yet. Any help will be really appreciated!