get_sstoi Downloads ONI data returning a data.frame

get_sstoi(long = FALSE, only_anomaly = TRUE)

Arguments

long

Logical; Return data.frame in long format?

only_anomaly

Logical; only anomalies??

Value

data.frame

Note

From https://www.ncdc.noaa.gov/teleconnections/enso/indicators/sst/

Examples

{ print(head(get_sstoi(long = TRUE))) }
#> Date Year Month value name_index #> 1 1982-01-01 1982 1 -0.17 ANOM1.2 #> 2 1982-01-01 1982 1 -0.58 ANOM1.2 #> 3 1982-01-01 1982 1 -1.31 ANOM1.2 #> 4 1982-01-01 1982 1 -0.97 ANOM1.2 #> 5 1982-02-01 1982 2 -0.23 ANOM1.2 #> 6 1982-02-01 1982 2 0.07 ANOM1.2