The solution consists of the following steps: 
1. Copy and paste the sales figure above into a table file named "fastfood-1.txt" with a text editor. 
2. Load the file into a data frame named df1 with the read.table function. As the first line in the file contains the column names, we set the header argument as TRUE.