0

I have multiple .xlsx files to arrange and clean and I did some code to automatize the process but some of them have different names for Headings and or Categories and now I have to do something to pick up when any of them are different so I could go and add them to my translate file and the code to understand that they are the same thing but wrote different.

I hope I explained this good enough. So far I created an .xlsxm that picks all the files that I have from the folder and it looks something like in the picture. https://ibb.co/WpZm2Lv

Thanks in advance.

nbuser
  • 11
  • 1
  • 1
    Welcome to SO, nbuser! A couple things: (1) Please do not post an image of code/data/errors, see https://meta.stackoverflow.com/a/285557 and https://xkcd.com/2116/. (2) Questions do *much* better when they are *reproducible*. This includes sample code you've attempted (including listing non-base R packages, and any errors/warnings received), sample *unambiguous* data (e.g., `data.frame(x=...,y=...)` or the output from `dput(head(x))`), and intended output given that input. Refs: https://stackoverflow.com/q/5963269, [mcve], and https://stackoverflow.com/tags/r/info. – r2evans Dec 03 '21 at 17:11

0 Answers0