I am working with data.frames that have very similar names (df1, df2,.. df7). Because most of the analysis will be done in all, I would like to automatize the process as much as possible. I have already managed to use assign when reading the files:
I am working with data.frames that have very similar names (df1, df2,.. df7). Because most of the analysis will be done in all, I would like to automatize the process as much as possible. I have already managed to use assign when reading the files: