skimr (version 2.0.2)

repr: Skimr printing within Jupyter notebooks

Description

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.

Usage

# 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, ...)

Arguments

obj

The object to print and then return the output.

...

ignored.

Value

None. invisible(NULL).