glimpse() is like a transposed version of print(): columns run down the page, and data runs across. This makes it
possible to see every column in a data.frame. It is no more than a wrapper around utils::str() only it returns
the input (invisibly) meaning it can be used within a data pipeline.