Pulls data from NOAAs Optimum Interpolation Sea Surface Temperature (OISST) website and downloads to local machine

get_oisst_data(years = 2000, outputStructure = NULL, outputDir)

Arguments

years

Numeric vector. Years of data to download. Default = 2000. options: NULL (All data is downloaded)

outputStructure

Character string. Determines how downloaded data will be structured. Default = NULL (All files downloaded to a single directory), options: "Year" (Data downloaded into Yearly folders),"Month" (Downloaded into Monthly Folders)

outputDir

Character string. Full path to local machine where output files will be downloaded

Value

Nothing. Files downloaded

Examples