download_oni {rsoi}R Documentation

Download Oceanic Nino Index data

Description

The Oceanic Nino Index is average sea surface temperature in the Nino 3.4 region (120W to 170W) averaged over three months. Phases are categorized by Oceanic Nino Index:

Usage

download_oni(use_cache = FALSE, file = NULL)

Arguments

use_cache

logical option to save and load from cache. If 'TRUE', results will be cached in memory if 'file' is 'NULL' or on disk if 'file' is not 'NULL'.

file

optional character with the full path of a file to save the data. If 'cache' is 'FALSE' but 'file' is not 'NULL', the results will be downloaded from the internet and saved on disk.

Value

References

https://www.cpc.ncep.noaa.gov/products/precip/CWlink/MJO/enso.shtml

Examples

## Not run: 
oni <- download_oni()

## End(Not run)


[Package rsoi version 0.5.6 Index]