Skip to contents

Modified data.table::print.data.table to print an inventory from get_inventory and get_inventory_cmip5 more nicely by removing some columns.

Usage

# S3 method for class 'eurocordexr_inv'
print(x, all_cols = F, ...)

Arguments

x

data.table to print

all_cols

Boolean (default FALSE), if TRUE, will print all columns available

...

passed on to data.table::print.data.table

Value

x invisibly, used for side effects: prints to console

See also