I copied it onto pages because I'm on a Mac and this is what is showing up for me:
Gender_F,,Race,Race1,Race2,,PreferredStylist,Music,,Quiet,
F,1,,RACE1,1,1,,Y,1,,Y,1,,CityA,1,0,0,0,0,0
M,0,,RACE2,2,2,,N,0,,N,0,,CityB,0,1,0,0,0,0
,,,OTHER,0,0,,,,,,,,CityC,0,0,1,0,0,0
,,,,,,,,,,,,,CityD,0,0,0,1,0,0
,,,,,,,,,,,,,CityE,0,0,0,0,1,0
Active2020,Act_20,,,,,,,,,,,,CityF,0,0,0,0,0,1
Y,1,,,,,,,,,,,,CityG,0,0,0,0,0,0
N,0,,,,,,,,,,,,,,,,,,
,,,,,,,,,,,,,,,,,,,
Active2021,Act_21,,,,,,,,,,,,,,,,,
Y,1,,,,,,,,,,,,,,,,,,
N,0,,,,,,,,,,,,,,,,,,
,,,,,,,,,,,,,,,,,,,
The column names that RStudio returned were as follows:
[1] "Gender" "Gender_F" "X" "Race" "Race1" "Race2"
[7] "X.1" "PreferredStylist" "Music" "X.2" "Quiet"
[13] "X.3"