print.sdc_distinct_ids {sdcLog} | R Documentation |
Print methods for SDC objects
Description
These methods print SDC objects. Tables containing information are only printed when relevant.
Usage
## S3 method for class 'sdc_distinct_ids'
print(x, ...)
## S3 method for class 'sdc_dominance'
print(x, ...)
## S3 method for class 'sdc_options'
print(x, ...)
## S3 method for class 'sdc_settings'
print(x, ...)
## S3 method for class 'sdc_descriptives'
print(x, ...)
## S3 method for class 'sdc_model'
print(x, ...)
## S3 method for class 'sdc_min_max'
print(x, ...)
Arguments
x |
The object to be printed |
... |
Ignored. |
[Package sdcLog version 0.5.0 Index]