download_amo.Rd
It downloads data from https://psl.noaa.gov/data/timeseries/AMO/, reshape the data to one column, and save the data to a specified location. It returns a dataframe with 2 columns. One column contains raw values and the other column contains scaled values with specified output range.
download_amo(url, years, output_dir, scale_range = c(0, 2))
url for downloading data.
a vector of years.
path to output csv file.
output range (numeric vector of length two).