Learn R Programming

epwshiftr (version 0.1.4)

load_cmip6_index: Load previously stored CMIP6 experiment output file index

Description

Load previously stored CMIP6 experiment output file index

Usage

load_cmip6_index(force = FALSE)

Value

A data.table::data.table with 20 columns. For detail description on column, see init_cmip6_index().

Arguments

force

If TRUE, read the index file. Otherwise, return the cached index if exists. Default: FALSE.

Examples

Run this code
if (FALSE) {
load_cmip6_index()
}

Run the code above in your browser using DataLab