A convenience function to review the most important attributes of a dataset
object. The dataset class adds a wide range of metadata as attributes to
data.frame, tibble, data.table or similar R object that contains tabular data.
Overviewing these attributes becomes cumbersome with base
R attributes()
.