print {skimr}R Documentation

Print skim objects

Description

Print skim objects

Usage

## S3 method for class 'skim_df'
print(x, ...)

## S3 method for class 'skim_vector'
print(x, ...)

## S3 method for class 'summary_skim_df'
print(x, ...)

Arguments

x

Either a skim_df, skim_vector or skim_summary object.

...

Further arguments passed to or from other methods.

Methods (by class)


[Package skimr version 1.0.3 Index]