skim_to_list: Print skim result and return a list of tibbles
Description
Returns a list of tibbles (also data frames) with one list element
per data type. Each column contains the formatted values.
This facilitates additional processing.
Note that this is not pipeable.
Usage
skim_to_list(x, ...)
Arguments
x
A dataframe.
...
Further arguments passed to or from other methods.