set_cmip6_index()
takes a data.table::data.table()
as input and set it as
current index.
set_cmip6_index(index, save = FALSE)
A data.table::data.table()
containing the same column names
and types as the output of init_cmip6_index()
.
If TRUE
, besides loaded index, the index file saved to data
directory will be also updated. Default: FALSE
.
set_cmip6_index()
is useful when init_cmip6_index()
may give you too much
cases of which only some are of interest.