I have a csv file like the following:
#1, #2, #3, #4, #5, #6
I want to generate a data frame using the read_csv method, but how do I assign the values in the first 5 columns to a single column in my data frame as a list? And how could I apply a heading to that column?