When I use the unnest_tokens() command it creates a column called word, as you can see I add colnames() after the pipe function after unnesting and it returns word as a column.
When I save it as a dataframe the column has no name and I have to rename that column.