print.dinfo {fetch} | R 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.
[Package fetch version 0.1.5 Index]