print.dinfo | R Documentation |
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 class 'dinfo'
print(x, ..., verbose = TRUE)
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. |
The data catalog object, invisibly.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.