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.
# S3 method for dinfo
print(x, ..., verbose = TRUE)
The data catalog object, invisibly.
The library to print.
Any follow-on parameters.
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.