I want to cut up a .csv file and reformat using R
Firstly, I have spaces in my column header names ie "Hello Joe" and if my file is DATA, I'm not sure how to deal with the file name spaces. They need to have spaces its a the way my system has been built.
R does like when I write: DATA$Hello Joe
What can I do to solve this problem?