I am trying to add a column name to a column that doesn't already have a name. I would be fine with even deleting the column, I just don't know how to select a column without a name. Here is a small example. I would be trying to rename that first column or even delete it. For whatever reason, I think dplyr add that column when I manipulate my data. It could even be tidyr. I'm not sure which package is adding that column, but it is annoying.
The first column doesn't have a name. What I want to do is either give it a name or delete it because it gives me issues when I save the data as a text file.
chr location effect impact
1 4 345765 missense moderate
2 7 6543 frameshift high
3 8 864523 missense moderate