print.dataInfo {esmtools}R Documentation

Print method of the dataInfo object

Description

This function provides a customized print method for objects created by the 'dataInfo()' function. It displays each element of the data information list in a user-friendly format.

Usage

## S3 method for class 'dataInfo'
print(x, ...)

Arguments

x

A list of data information from the 'dataInfo' function.

...

Dots are for compatibility and not used.

Value

The function returns the kable object invisibly from the 'dataInfo()' function, allowing for its use in further function calls or command chaining without printing the object again.


[Package esmtools version 1.0.1 Index]