repr | R Documentation |
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 class 'skim_df' repr_text(obj, ...) ## S3 method for class 'skim_list' repr_text(obj, ...) ## S3 method for class 'one_skim_df' repr_text(obj, ...)
obj |
The object to print and then return the output. |
... |
ignored. |
None. invisible(NULL)
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.