print.dinfo: Print a data catalog item

View source: R/dinfo.R

print.dinfoR Documentation

Print a data catalog item

Description

A class-specific instance of the print function for data catalog items. The function prints the info in a summary manner. Use verbose = TRUE to print the data info as a list.

Usage

## S3 method for class 'dinfo'
print(x, ..., verbose = TRUE)

Arguments

x

The library to print.

...

Any follow-on parameters.

verbose

Whether or not to print the info in verbose style. By default, the parameter is FALSE, meaning to print in summary style. Verbose style includes a full data dictionary and printing of all attributes.

Value

The data catalog object, invisibly.


fetch documentation built on May 29, 2024, 4:37 a.m.