Is there anyway for R or R-studio to read csv with data column headers that have multiple words with spaces ("dataset A", Eye Color...) as opposed to "EyeColor"? It would be a pain to recreate over 100 column headers without spaces. thanks
I tried using read_csv but it did not work well compared to read.csv