This reproduces printed results in the console. By default Jupyter kernels
render the final object in the cell. We want the version printed by
skimr
instead of the data that it contains.
# S3 method for skim_df
repr_text(obj, ...)# S3 method for skim_list
repr_text(obj, ...)
# S3 method for one_skim_df
repr_text(obj, ...)
None. invisible(NULL)
.
The object to print and then return the output.
ignored.