If I have variables in a data frame in the following order
date var1 var2 var3
is there a way to rearrange the variables so that visually when I see the data using the View(data) or fix(data) command, I can see them rearranged in the following
date var2 var3 var1
 
     
    