I have been adding columns to a data frame and using View() to check that it did what I expected. I have repeated lines of code along the lines of:
View()
Try fix(). It loads all your columns and rows. The only problem is that it might take long to load large data frames.
fix()