peek - Convenience function to view all the columns of the head
of a truncated base::data.frame(). peek invisibly returns
x. This makes its use ideal in a dplyr/magrittr pipeline.
unpeek - Strips out class textreadr so that the entire
base::data.frame() will be printed.
By default dplyr does not print all columns of a tibble.
This makes inspection of data difficult at times, particularly with text
string data. peek() allows the user to see a truncated head for
inspection purposes.