I have huge files, >900 columns and many of them are completely NA columns. They don't have the same amount of columns so I can't just map one file and run the same code for the rest of them.
Does anyone know a way for me to identify and remove those columns with all rows = NA?
Thanks.