print.eurocordexr_inv: Print an inventory
Description
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 eurocordexr_inv
print(x, all_cols = F, ...)
Value
x invisibly, used for side effects: prints to console
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